master
Nick Sergeant 2012-02-29 18:49:05 -05:00
parent a0f8a50c99
commit 35da69a56d
1 changed files with 16 additions and 17 deletions

View File

@ -337,22 +337,21 @@
{% endif %} {% endif %}
{% if not debug %} {% if not debug %}
<script type="text/javascript"> <script type="text/javascript">
//<![CDATA[ var _gauges = _gauges || [];
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-514462-44']);
_gaq.push(['_trackPageview']);
(function() { (function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; var t = document.createElement('script');
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; t.type = 'text/javascript';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga); t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '4ed65ee7f5a1f530f1000001');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})(); })();
//]]>
</script> </script>
{% else %} {% else %}
<script type="text/javascript"> <script type="text/javascript">
//<![CDATA[
document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>') document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')
//]]>
</script> </script>
{% endif %} {% endif %}
</body> </body>