Skip to content

Commit

Permalink
Added Google Analytics code. Whoops!
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrobb committed May 2, 2012
1 parent ddc39dc commit c603e3f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions index.html
Expand Up @@ -81,5 +81,22 @@ <h2>Why did I do this?</h2>
<p><a href="http://jasonrobb.com">Jason Robb</a> &copy; 2012</p>
</footer>



<!-- jasonrobb.github.com -->
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31385421-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>
</html>

0 comments on commit c603e3f

Please sign in to comment.