Skip to content

Commit b4f97cb

Browse files
committed
Added google analytics to site
1 parent 05b9166 commit b4f97cb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,17 @@
1111
</head>
1212
<body>
1313
austin puri // <a href="http://github.com/install">github</a>
14+
15+
16+
<script>
17+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
18+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
19+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
20+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
21+
22+
ga('create', 'UA-33756621-3', 'install.github.io');
23+
ga('send', 'pageview');
24+
25+
</script>
1426
</body>
1527
</html>

0 commit comments

Comments
 (0)