fix: strip GA tracking

Not needed for anything and less trackers is better.

Fixes #1272
This commit is contained in:
Remy Sharp 2019-05-28 13:22:42 +01:00 committed by GitHub
parent ae0c53eee7
commit 0dceba9a6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,15 +61,5 @@ <h1>The MIT License (MIT)</h1>
<footer>
<p><a href="https://github.com/remy/mit-license">Fork this project to create your own MIT license that you can always link to.</a></p>
</footer>
<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-1656750-28', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>