aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/content/en/templates/embedded.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/templates/embedded.md')
-rw-r--r--docs/content/en/templates/embedded.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/templates/embedded.md b/docs/content/en/templates/embedded.md
index 888f4f342..2c386b5df 100644
--- a/docs/content/en/templates/embedded.md
+++ b/docs/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"
{{</ code-toggle >}}
To use this value in your own template, access the configured ID with `{{ site.Config.Services.GoogleAnalytics.ID }}`.