diff options
author | Jayaram R Pai | 2014-09-21 20:22:12 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-09-21 20:22:12 +0530 |
commit | 86165f1f8a7a9b87bb2a563c795935c7583bb932 (patch) | |
tree | a96f84dba00dbd32da3da733c879b4c108c3de8b /static/website/templates/base.html | |
parent | 9171ceaa02c1ae00dfc002b32617951983eb9ab7 (diff) | |
download | scipy2014-86165f1f8a7a9b87bb2a563c795935c7583bb932.tar.gz scipy2014-86165f1f8a7a9b87bb2a563c795935c7583bb932.tar.bz2 scipy2014-86165f1f8a7a9b87bb2a563c795935c7583bb932.zip |
added google analytics
Diffstat (limited to 'static/website/templates/base.html')
-rwxr-xr-x | static/website/templates/base.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/static/website/templates/base.html b/static/website/templates/base.html index 051b9e6..13f41d8 100755 --- a/static/website/templates/base.html +++ b/static/website/templates/base.html @@ -95,7 +95,15 @@ <script src="{% static 'dajax/jquery.dajax.core.js' %}"></script> <script src="{% static 'website/js/holder.js' %}"></script> <script src="{% static 'website/js/main.js' %}"></script> -<script type="text/javascript" charset="utf-8"> +<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-55018143-1', 'auto'); + ga('send', 'pageview'); + </script> </body> </html> |