We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd892f commit 6dba33bCopy full SHA for 6dba33b
1 file changed
github-pages/_layouts/default.html
@@ -33,6 +33,16 @@
33
<meta name="twitter:description" content="{{ page.description | default: site.description }}">
34
<meta name="twitter:image" content="{{ site.url }}/assets/images/og-image.png">
35
36
+ <!-- Google tag (gtag.js) -->
37
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-X0F5FQ4W37"></script>
38
+ <script>
39
+ window.dataLayer = window.dataLayer || [];
40
+ function gtag(){dataLayer.push(arguments);}
41
+ gtag('js', new Date());
42
+
43
+ gtag('config', 'G-X0F5FQ4W37');
44
+ </script>
45
46
<!-- Favicon -->
47
<link rel="icon" type="image/svg+xml" href="{{ '/assets/images/favicon.svg' | relative_url }}">
48
0 commit comments