add analytics

This commit is contained in:
Bryan Joseph 2022-05-19 00:08:56 -07:00
parent 63e3fb34bc
commit b290603561

9
_includes/analytics.html Normal file
View File

@ -0,0 +1,9 @@
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E4LN4QRJK4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-E4LN4QRJK4');
</script>