Add google analytics

This commit is contained in:
Gilbert Sanchez 2023-01-01 15:29:31 -08:00
parent cabf4f5495
commit 0bc5fde383

View File

@ -38,6 +38,17 @@
-->
<link rel="icon" type="image/png" href="images/avatar.png">
<!-- Google Analytics -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JJPWF6CC4F"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-JJPWF6CC4F');
</script>
</head>
<body>