Skip to content

Commit 0d72ede

Browse files
author
Paul Nathan
committed
Toying with GA
1 parent f60c31f commit 0d72ede

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pandoc-data/templates/default.html5

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@ if("undefined"!==typeof sessionStorage&&"undefined"!==typeof sessionStorage.ABTa
5858
})();
5959
</script>
6060

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

0 commit comments

Comments
 (0)