Update head-custom.html

This commit is contained in:
2024-11-20 08:42:36 +11:00
committed by GitHub
parent 67e095aedf
commit f974308e9f

View File

@@ -15,3 +15,13 @@
<meta property="twitter:image" content="https://toylang.com/repo-preview.png" />
<meta property="twitter:title" content="Toy | A Toy Programming Language" />
<meta property="twitter:description" content="A Toy Programming Language" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-57STKDE8LE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-57STKDE8LE');
</script>