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

github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Juelg <djuelg@gmx.de>2016-10-12 21:37:28 +0300
committerDominik Juelg <djuelg@gmx.de>2016-10-12 21:37:28 +0300
commit7557be44d29ef49ce392a7bb376c6b2d9a9bb480 (patch)
tree5ada2e7d7c11f020db68f7e201fdc2391f86db64
parent11e2a49e5e34ada6910d9b40c9e7e901626b18e7 (diff)
switched to async google analytics
-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 17bb212..acfb606 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -15,4 +15,4 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
-{{ template "_internal/google_analytics.html" . }} \ No newline at end of file
+{{ template "_internal/google_analytics_async.html" . }} \ No newline at end of file