Skip to content

Commit

Permalink
adding ga
Browse files Browse the repository at this point in the history
  • Loading branch information
ofTheo committed Oct 12, 2014
1 parent cfc64ab commit 5fcbd07
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _templates/html.mako
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 6,16 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
${self.head()}
<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-43083059-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="content">
Expand Down

0 comments on commit 5fcbd07

Please sign in to comment.