Added analytics

This commit is contained in:
Ian Lunn 2014-01-02 15:12:10 +00:00
parent ed81fa6d25
commit a6c580bff3
1 changed files with 9 additions and 0 deletions

View File

@ -130,5 +130,14 @@
</div>
<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-11991680-4', 'ianlunn.github.io');
ga('send', 'pageview');
</script>
</body>
</html>