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 b95b4a0 commit 5d15c73Copy full SHA for 5d15c73
themes/book/layouts/partials/docs/html-head.html
@@ -80,4 +80,12 @@
80
// })
81
})
82
</script>
83
+<!-- Global site tag (gtag.js) - Google Analytics -->
84
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-40FBSF4MFT"></script>
85
+<script>
86
+ window.dataLayer = window.dataLayer || [];
87
+ function gtag(){dataLayer.push(arguments);}
88
+ gtag('js', new Date());
89
+ gtag('config', 'G-40FBSF4MFT');
90
+</script>
91
<title>{{ partial "docs/title" . }} | {{ .Site.Title -}}</title>
0 commit comments