Skip to content

Commit

Permalink
Adds GA code
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanhogan committed Sep 22, 2015
1 parent 6ec97c1 commit 62abace
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,16 @@ <h1 class='logo'>Wik<em>i<span>P</span>ad</em>ia</h1>

<script type="text/javascript" src="./js/main.js"></script>
<link href='https://fonts.googleapis.com/css?family=Cardo:400,400italic,700' rel='stylesheet' type='text/css'>

<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','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-67932330-1', 'auto');
ga('send', 'pageview');

</script>
</body>
</html>

0 comments on commit 62abace

Please sign in to comment.