We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf20e7 commit da2c4e6Copy full SHA for da2c4e6
src/site/_includes/layouts/base.njk
@@ -50,6 +50,16 @@ ogimage: "/img/og/default-og-image.png"
50
{%- for url in javascripts %}
51
<script defer src="{{ url }}"></script>
52
{%- endfor %}
53
+
54
+ <!-- Google tag (gtag.js) -->
55
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-X2FMMZSSS9"></script>
56
+ <script>
57
+ window.dataLayer = window.dataLayer || [];
58
+ function gtag(){dataLayer.push(arguments);}
59
+ gtag('js', new Date());
60
61
+ gtag('config', 'G-X2FMMZSSS9');
62
+ </script>
63
</head>
64
<body class="bg-gray-100 dark:bg-blue-900 text-blue-800 dark:text-blue-100 leading-relaxed antialiased">
65
<svg width="0" height="0" aria-hidden="true" style="position: absolute;">
0 commit comments