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:
authorEmir Ribić <ribice@gmail.com>2022-06-29 02:25:46 +0300
committerGitHub <noreply@github.com>2022-06-29 02:25:46 +0300
commit3378840cf1a6f22f0f596d0225834c25406af8c7 (patch)
treeb0fe86db1ee01667b72b1d0e88a7cbb5fc90d8b3
parent35dce884ad0cda3dc47aa5e2c4f5377ac3e3451c (diff)
parent49e3fb8ea32449d248e20846e82a9cc800ab0d46 (diff)
Merge pull request #119 from gergnz/masterHEADmaster
Move away from asynchronous Google Analytics to support GA 4.
-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" . -}}