summaryrefslogtreecommitdiff
path: root/static/website/templates/home.html
diff options
context:
space:
mode:
authorJayaram R Pai2014-09-21 20:22:12 +0530
committerJayaram R Pai2014-09-21 20:22:12 +0530
commit86165f1f8a7a9b87bb2a563c795935c7583bb932 (patch)
treea96f84dba00dbd32da3da733c879b4c108c3de8b /static/website/templates/home.html
parent9171ceaa02c1ae00dfc002b32617951983eb9ab7 (diff)
downloadscipy2014-86165f1f8a7a9b87bb2a563c795935c7583bb932.tar.gz
scipy2014-86165f1f8a7a9b87bb2a563c795935c7583bb932.tar.bz2
scipy2014-86165f1f8a7a9b87bb2a563c795935c7583bb932.zip
added google analytics
Diffstat (limited to 'static/website/templates/home.html')
-rwxr-xr-xstatic/website/templates/home.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/static/website/templates/home.html b/static/website/templates/home.html
index 3fda3ae..1fd108b 100755
--- a/static/website/templates/home.html
+++ b/static/website/templates/home.html
@@ -227,5 +227,15 @@
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="{% static 'website/js/holder.js' %}"></script>
+<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>