Remove Google Analytics 🎉

This commit is contained in:
Marcus Noble 2020-11-20 14:20:52 +00:00
parent 8c3245d36d
commit 7485ae74b1
1 changed files with 0 additions and 10 deletions

View File

@ -41,14 +41,4 @@
});
}
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-321884-1"></script>
<script>
if (window.location.host.indexOf('marcusnoble.co.uk') >= 0) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-321884-1');
}
</script>
</head>