mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Update head-custom.html
This commit is contained in:
@@ -15,3 +15,13 @@
|
|||||||
<meta property="twitter:image" content="https://toylang.com/repo-preview.png" />
|
<meta property="twitter:image" content="https://toylang.com/repo-preview.png" />
|
||||||
<meta property="twitter:title" content="Toy | A Toy Programming Language" />
|
<meta property="twitter:title" content="Toy | A Toy Programming Language" />
|
||||||
<meta property="twitter:description" content="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>
|
||||||
|
|||||||
Reference in New Issue
Block a user