Skip to content

Commit 8a05d64

Browse files
authored
Update sitemap.html
1 parent b76ca88 commit 8a05d64

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sitemap.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@
2323
<link rel="preconnect" href="https://fonts.googleapis.com">
2424
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
2525
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
26+
27+
<!-- Google tag (gtag.js) -->
28+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CSZ00L6ZXV"></script>
29+
<script>
30+
window.dataLayer = window.dataLayer || [];
31+
function gtag(){dataLayer.push(arguments);}
32+
gtag('js', new Date());
33+
34+
gtag('config', 'G-CSZ00L6ZXV');
35+
</script>
2636

2737
<!-- Custom Font -->
2838
<style>

0 commit comments

Comments
 (0)