mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 07:35:32 -04:00
same google analytics code/ID for all pages bc CSP hash
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user