summaryrefslogtreecommitdiff
path: root/static/website/templates/home.html
diff options
context:
space:
mode:
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>