Skip to content

Commit

Permalink
Adds GA, why not?
Browse files Browse the repository at this point in the history
  • Loading branch information
rjz committed Sep 20, 2015
1 parent 8439d8d commit 53cfd29
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions client/templates/layout.hogan
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
<script src="app.js"></script>
<link rel="stylesheet" href="bower_components/flatui/css/flat-ui.css" />
<title>{{ title }}</title>
<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-67846531-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
{{{ html }}}
Expand Down

0 comments on commit 53cfd29

Please sign in to comment.