Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/budparr/gohugo-theme-ananke.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Solomon <steven-solomon@github.com>2022-09-06 17:05:55 +0300
committerGitHub <noreply@github.com>2022-09-06 17:05:55 +0300
commit26a78654fabfe49c29db831f74963564175ecc2d (patch)
treed671a9eb812aaebd5a8ffc6db0caa2c86326046d
parent470ea40982f5036554819253c3ac6ed4a34193f4 (diff)
Add support for GA4 (#572)
Use new default Hugo GA template
-rwxr-xr-xlayouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
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 }}
</head>