Update embedded.md

This commit is contained in:
Joe Mooring
2024-11-05 08:34:05 -08:00
committed by GitHub
parent 5c7743b2ef
commit 3bc6bf4315
+1 -1
View File
@@ -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 }}`.