Remove GA

There's no point recording this as the analytics is not actionable.
This commit is contained in:
Arseny Kapoulkine 2023-01-23 13:26:52 -08:00
parent 36f9e8ec7b
commit 9e13710462

View File

@ -24,18 +24,5 @@
} }
} }
</script> </script>
<script type="text/javascript">
(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-954596-3', 'auto');
ga('send', 'pageview');
function trackLink(type, name) {
ga('send', 'event', type, name);
}
</script>
</body> </body>
</html> </html>