We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0908f commit ab7379dCopy full SHA for ab7379d
.gitignore
@@ -3,3 +3,5 @@
3
/data/
4
/node_modules/
5
/tmp
6
+
7
+.idea
layouts/partials/hooks/head-end.html
@@ -14,3 +14,11 @@
14
{{ else if in .RelPermalink "/docs/" -}}
15
<link rel="canonical" href="{{ .RelPermalink | absURL}}"/>
16
{{- end}}
17
+<!-- Google tag (gtag.js) -->
18
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-SJLS2F2J2B"></script>
19
+<script>
20
+ window.dataLayer = window.dataLayer || [];
21
+ function gtag(){dataLayer.push(arguments);}
22
+ gtag('js', new Date());
23
+ gtag('config', 'G-SJLS2F2J2B');
24
+</script>
0 commit comments