We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1292a commit 4072a12Copy full SHA for 4072a12
1 file changed
_includes/head.html
@@ -18,4 +18,14 @@
18
<script src="/js/main.js" defer></script>
19
<!-- <script src="https://cdn.tailwindcss.com"></script> -->
20
21
+ <!-- Google tag (gtag.js) -->
22
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-FPK1D696LN"></script>
23
+ <script>
24
+ window.dataLayer = window.dataLayer || [];
25
+ function gtag() { dataLayer.push(arguments); }
26
+ gtag('js', new Date());
27
+
28
+ gtag('config', 'G-FPK1D696LN');
29
+ </script>
30
31
</head>
0 commit comments