Skip to content

Commit

Permalink
adding analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
rtorr committed Jul 31, 2014
1 parent 84a3935 commit d6e9a94
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,14 @@ <h2>Languages</h2>
</div>
</div>
</div> <!-- end container -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25408695-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>
</body>

0 comments on commit d6e9a94

Please sign in to comment.