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

github.com/spf13/hyde.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-04-02 12:00:43 +0300
committerGitHub <noreply@github.com>2021-04-02 12:00:43 +0300
commit208a9e3f6bfcfd44f4ee93f5eaba22119b00ffe4 (patch)
tree26826248b39eb447a58adb2b2d746dd461eb6606
parent6ac8506eec7b47c87051947c787ffa48c1ad8313 (diff)
Use _internal/google_analytics.html to support GA v4HEADv1.1.0master
Fixes #83
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index af088c4..0663b80 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -6,7 +6,7 @@
</main>
{{ if not .Site.IsServer }}
- {{ template "_internal/google_analytics_async.html" . }}
+ {{ template "_internal/google_analytics.html" . }}
{{ end }}
</body>
</html>