We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c661ed1 commit 622c217Copy full SHA for 622c217
layouts/partials/head.html
@@ -61,9 +61,9 @@
61
{{- end -}}
62
63
<!-- Google Analytics v4 Config -->
64
- {{- if not hugo.IsServer }}
65
- {{- if site.Config.Services.GoogleAnalytics.ID }} {{- template "_internal/google_analytics.html" . -}}
66
-
+ {{- if not hugo.IsServer }}
+ {{- if .Site.Params.googleAnalytics }}
+ {{- template "_internal/google_analytics.html" . -}}
67
68
69
0 commit comments