Google Analytics.

master
Nick Sergeant 2013-01-21 10:20:06 -05:00
parent 2b79aef06b
commit d19966817a
1 changed files with 10 additions and 0 deletions

View File

@ -448,6 +448,16 @@
}
})();
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-514462-44']);
_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>
{% endblock %}
{% endif %}
{% endif %}