From 3bc6bf43151ed84dd668c9614d12424baae0dd16 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Tue, 5 Nov 2024 08:34:05 -0800 Subject: [PATCH] Update embedded.md --- content/en/templates/embedded.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/embedded.md b/content/en/templates/embedded.md index 888f4f342..2c386b5df 100644 --- a/content/en/templates/embedded.md +++ b/content/en/templates/embedded.md @@ -82,7 +82,7 @@ Provide your tracking ID in your configuration file: {{< code-toggle file=hugo >}} [services.googleAnalytics] -ID = "G-MEASUREMENT_ID" +id = "G-MEASUREMENT_ID" {{}} To use this value in your own template, access the configured ID with `{{ site.Config.Services.GoogleAnalytics.ID }}`.