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

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Xianmin <xianmin12@gmail.com>2022-10-17 11:43:40 +0300
committerChen Xianmin <xianmin12@gmail.com>2022-10-17 11:43:40 +0300
commite4f24755a892257c52d7b5351003a4524cfa7f07 (patch)
tree38a255068177b4b269cc3c6984fbdf73573355d8 /layouts
parent4f1a558171048f0032cee47bd5da711177a3cdb5 (diff)
fix: support GA4HEADmaster
see: https://discourse.gohugo.io/t/how-to-make-site-updates-to-support-google-analytics-4/38271/4
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 41fc462..2932b2f 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -112,7 +112,7 @@
<!-- Analytics -->
{{- if and (not .Site.IsServer) .Site.GoogleAnalytics -}}
- {{ template "_internal/google_analytics_async.html" . }}
+ {{ template "_internal/google_analytics.html" . }}
{{- end -}}
<!-- Custom head -->