Skip to content

Commit 2d27e25

Browse files
committed
analytics
1 parent 85372d1 commit 2d27e25

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,15 @@ <h2 class="text-center">Evolved from the IPython Project</h2>
6060

6161
</div>
6262

63+
<script>
64+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
65+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
66+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
67+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
68+
69+
ga('create', 'UA-52617120-1', 'auto');
70+
ga('send', 'pageview');
71+
72+
</script>
6373
</body>
6474
</html>

0 commit comments

Comments
 (0)