Skip to content

Commit

Permalink
add ga
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Oct 4, 2012
1 parent 10886d2 commit 692807d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions public/index.html
Expand Up @@ -27,6 +27,18 @@
<script src="http://use.edgefonts.net/andika.js"></script>
<script src="http://use.edgefonts.net/arvo.js"></script>

<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-721308-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>

</head>

<body>
Expand Down

0 comments on commit 692807d

Please sign in to comment.