diff --git a/config.toml b/config.toml index c1ecec53..e494e6ff 100644 --- a/config.toml +++ b/config.toml @@ -47,7 +47,7 @@ anchor = "smart" [services] [services.googleAnalytics] # Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback]. -id = "UA-70174036-1" +id = "G-H0XE7ESBFR" # Language configuration diff --git a/layouts/partials/head.html b/layouts/partials/head.html index acb0334e..bf46d814 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -14,7 +14,7 @@ {{- template "_internal/schema.html" . -}} {{- template "_internal/twitter_cards.html" . -}} {{ if eq (getenv "HUGO_ENV") "production" }} - {{ template "_internal/google_analytics_async.html" . }} + {{ template "_internal/google_analytics.html" . }} {{ end }} {{ partialCached "head-css.html" . "asdf" }}