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

github.com/ribice/kiss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Cockburn <gergnz@gmail.com>2022-04-14 00:42:37 +0300
committerGitHub <noreply@github.com>2022-04-14 00:42:37 +0300
commitb64e2162fc041e452d0c4992c0a8797f9e3be823 (patch)
tree75892dd3110b342039426739067d97c8bb59e2b9
parent5bf5dd7112b3201cf45ff6cfad706395363a7d8e (diff)
Update to use sync GA as per the docs.
When using Google Analytics v4 use _internal/google_analytics.html.
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 58e173f..275c2ad 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -7,7 +7,7 @@
</div>
</section>
{{ if .Site.GoogleAnalytics }}
-{{ template "_internal/google_analytics_async.html" . }}
+{{ template "_internal/google_analytics.html" . }}
{{ end }}
{{ if .Site.Params.matomoAnalytics }}
{{- partial "analytics/matomo" . -}}