From 26a78654fabfe49c29db831f74963564175ecc2d Mon Sep 17 00:00:00 2001 From: Steven Solomon Date: Tue, 6 Sep 2022 10:05:55 -0400 Subject: [PATCH] Add support for GA4 (#572) Use new default Hugo GA template --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index dbda687..e1ebf58 100755 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -37,7 +37,7 @@ {{- template "_internal/twitter_cards.html" . -}} {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} - {{ template "_internal/google_analytics_async.html" . }} + {{ template "_internal/google_analytics.html" . }} {{ end }} {{ block "head" . }}{{ partial "head-additions.html" . }}{{ end }}