Skip to content

Commit 2c4a059

Browse files
author
Jake Blakeley
committed
added analytics
1 parent ad9428d commit 2c4a059

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_layouts/default.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,15 @@ <h5>Stay Connected</h5>
574574
</footer>
575575
</div>
576576

577+
<script>
578+
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
579+
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
580+
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
581+
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
582+
583+
  ga('create', 'UA-23813809-2', 'auto');
584+
  ga('send', 'pageview');
585+
</script>
577586
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
578587
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.3.min.js"><\/script>')</script>
579588
<script src="js/plugins.js"></script>

0 commit comments

Comments
 (0)