read the docs has google analytics support built in!

This commit is contained in:
Mahmoud Hashemi 2015-04-13 00:20:00 -07:00
parent 47e4278db7
commit 94a6fcfd43
1 changed files with 0 additions and 10 deletions

View File

@ -2,14 +2,4 @@
{% block menu %}
{{ super() }}
<iframe src="https://ghbtns.com/github-btn.html?user=mahmoud&repo=boltons&type=star&count=true&size=medium" frameborder="0" scrolling="0" width="160px" height="30px" style="margin-left: 23px; margin-top: 10px;"></iframe>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-61001711-1', 'auto');
ga('send', 'pageview');
</script>
{% endblock %}