Update index.hbs to embed ga code

This commit is contained in:
Unisko PENG,
2023-04-21 05:26:12 +08:00
parent 364882fd18
commit 52e9a98477

View File

@@ -315,5 +315,16 @@
{{/if}}
</div>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1D4GZBE5C5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1D4GZBE5C5');
</script>
</body>
</html>