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

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvjeantet <valere.jeantet@gmail.com>2020-08-21 20:36:46 +0300
committervjeantet <valere.jeantet@gmail.com>2020-08-21 20:36:46 +0300
commitbdc5b174688c97c1e0077d9ca628b28ba9cece20 (patch)
tree1a627d94bf546ea001fbcbf4faec86a49598019a
parentd686c7e291f1f64c09e9f62e3a5d2d3b9dbafd01 (diff)
analytics
-rw-r--r--exampleSite/layouts/partials/head.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/exampleSite/layouts/partials/head.html b/exampleSite/layouts/partials/head.html
index 74035be..65870af 100644
--- a/exampleSite/layouts/partials/head.html
+++ b/exampleSite/layouts/partials/head.html
@@ -1,9 +1,9 @@
+<!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176068424-1"></script>
<script>
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
- ga('create', 'UA-79101-13', 'auto');
- ga('send', 'pageview');
-</script> \ No newline at end of file
+ gtag('config', 'UA-176068424-1');
+</script>