Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 2ed80f2

Browse files
Sven DowideitSven Dowideit
authored andcommitted
Merge pull request #12 from SvenDowideit/google-analytics
add the universal reacking robots
2 parents dfcaa76 + 2e3f59a commit 2ed80f2

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ <h4>
6565
</section>
6666
</div>
6767
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
68-
68+
<script>
69+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
70+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
71+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
72+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
73+
ga('create', 'UA-6096819-15', 'auto');
74+
ga('send', 'pageview');
75+
</script>
6976
</body>
7077
</html>

0 commit comments

Comments
 (0)