Skip to content

Commit

Permalink
Adding the Google Analytics Code
Browse files Browse the repository at this point in the history
  • Loading branch information
versae committed Mar 28, 2012
1 parent e6634d0 commit b52b149
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions base/templates/base.html
Expand Up @@ -128,9 +128,7 @@ <h2>Heading</h2>
{% endblock %}
{% endblock %}
</body>
<!--
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '{{ GOOGLE_ANALYTICS_CODE }}']);
_gaq.push(['_trackPageview']);
Expand All @@ -140,7 +138,5 @@ <h2>Heading</h2>
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>
-->
</html>

0 comments on commit b52b149

Please sign in to comment.