Skip to content

Commit 3536364

Browse files
committed
added analytics
1 parent 7e2ca89 commit 3536364

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

_includes/footer.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,14 @@
5959
</div>
6060

6161
</footer>
62+
63+
<script>
64+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
65+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
66+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
67+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
68+
69+
ga('create', 'UA-53835052-1', 'auto');
70+
ga('send', 'pageview');
71+
72+
</script>

0 commit comments

Comments
 (0)