Update index.hbs to embed ga code

This commit is contained in:
Unisko PENG, 2023-04-21 05:18:12 +08:00
parent 6fc715b4bc
commit 81c08d9cf7

View File

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