We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76ca88 commit 8a05d64Copy full SHA for 8a05d64
sitemap.html
@@ -23,6 +23,16 @@
23
<link rel="preconnect" href="https://fonts.googleapis.com">
24
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
25
<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>
36
37
<!-- Custom Font -->
38
<style>
0 commit comments