1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 19:45:31 -04:00

same google analytics code/ID for all pages bc CSP hash

This commit is contained in:
2018-05-17 14:48:19 -05:00
parent 809962e1ed
commit cfb9316363

View File

@@ -23,8 +23,8 @@
</div>
<script>
window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date;
ga('create','UA-1563964-40','auto');
ga('send','pageview')
ga('create','UA-1563964-4','auto');
ga('send','pageview');
</script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
</body>