Browse Source

gh-pages : analytics in html-foot

v1
David DeSandro 14 years ago
parent
commit
c62440bc34
  1. 8
      _includes/html-foot.html

8
_includes/html-foot.html

@ -1,3 +1,11 @@
<!-- analytics -->
<script src="http://desandro.com/mint/?js"></script>
<script>
var _gaq=[['_setAccount','UA-592624-5'],['_trackPageview'],['_setDomainName', '.metafizzy.co']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>
Loading…
Cancel
Save