mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 22: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>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date;
|
window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date;
|
||||||
ga('create','UA-1563964-40','auto');
|
ga('create','UA-1563964-4','auto');
|
||||||
ga('send','pageview')
|
ga('send','pageview');
|
||||||
</script>
|
</script>
|
||||||
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
|
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
|
||||||
</body>
|
</body>
|
||||||
|
Reference in New Issue
Block a user