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

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Romero <halogenica@users.noreply.github.com>2022-06-27 05:04:39 +0300
committerGitHub <noreply@github.com>2022-06-27 05:04:39 +0300
commitd382f9f08bc2f2aa43de67b4e726e38faedc1e26 (patch)
tree57440e343db5052321fd0f58016a2be31508338f
parentcef297552fbd7aeb36caccbb1069ddff0b4e4c5b (diff)
parent35c65a64d8808cf79b0714766655076efa25cf3f (diff)
Merge pull request #430 from dgasparri/patch-1
Solves compatibility issues with Google Analytics v4
-rw-r--r--layouts/partials/head.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index a0259bd..e3b50a9 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -89,5 +89,5 @@
{{- partial "head_custom.html" . }}
{{- if not .Site.IsServer -}}
- {{ template "_internal/google_analytics_async.html" . }}
-{{- end -}} \ No newline at end of file
+ {{ template "_internal/google_analytics.html" . }}
+{{- end -}}