Skip to content

Commit 4d4dcaf

Browse files
committed
added the google analytics script
1 parent 2bdb3f5 commit 4d4dcaf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

_layouts/default.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,17 @@
4141
});
4242
</script>
4343

44+
<script>
45+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
46+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
47+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
48+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
49+
50+
ga('create', 'UA-257181-9', 'auto');
51+
ga('send', 'pageview');
52+
53+
</script>
54+
4455
</head>
4556
<body>
4657

0 commit comments

Comments
 (0)