From 8ef73688637c3beb5123d6fb0a8e03e1d09ebf7a Mon Sep 17 00:00:00 2001 From: Cameron Motevasselani Date: Tue, 6 Jun 2023 14:56:26 -0700 Subject: [PATCH] chore(analytics): google analytics update (#346) Co-authored-by: Cameron Motevasselani --- config.toml | 2 +- layouts/partials/head.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" }}