summaryrefslogtreecommitdiff
path: root/website/templates
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates')
-rw-r--r--website/templates/page.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/website/templates/page.html b/website/templates/page.html
index ca149f0..fe91181 100644
--- a/website/templates/page.html
+++ b/website/templates/page.html
@@ -164,14 +164,15 @@
{% endblock %}
<!-- Google Analytics -->
<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');
+ (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-44697375-1', 'scipy.in');
- ga('send', 'pageview');
- </script>
+ ga('create', 'UA-44697375-1', 'auto');
+ ga('send', 'pageview');
+
+</script>
</body>
</html>