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:
authorDuccio Gasparri <553197+dgasparri@users.noreply.github.com>2022-05-30 14:39:36 +0300
committerGitHub <noreply@github.com>2022-05-30 14:39:36 +0300
commit3143700058a92a977edbc037595c0dd523f2f8c7 (patch)
tree864b026c64c4d67b8929dc6cd411e13023cd0a7a
parent99ca240e9977196207da2e09c3804d3e98c14e57 (diff)
Solves compatibility issues with Google Analytics v4
See Hugo's internal template page https://gohugo.io/templates/internal/: "When using Google Analytics v4 use _internal/google_analytics.html."
-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 83ace10..9098f44 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -88,4 +88,4 @@
{{- end -}}
{{- partial "head_custom.html" . }}
-{{ template "_internal/google_analytics_async.html" . }}
+{{ template "_internal/google_analytics.html" . }}