We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7683c commit 110d997Copy full SHA for 110d997
1 file changed
_layouts/default.html
@@ -6,6 +6,15 @@
6
7
<html lang="{{ site.lang | default: 'en-US' }}">
8
{% include head.html %}
9
+<!-- Google tag (gtag.js) -->
10
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-D6W91KEXH2"></script>
11
+<script>
12
+ window.dataLayer = window.dataLayer || [];
13
+ function gtag(){dataLayer.push(arguments);}
14
+ gtag('js', new Date());
15
+
16
+ gtag('config', 'G-D6W91KEXH2');
17
+</script>
18
<body>
19
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
20
<symbol id="svg-link" viewBox="0 0 24 24">
0 commit comments