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 4eb45b6 commit 4c62101Copy full SHA for 4c62101
docs/_templates/layout.html
@@ -0,0 +1,13 @@
1
+{% extends "!layout.html" %}
2
+
3
+{% block extrahead %}
4
+{{ super() }}
5
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-2BGSHYDJP8"></script>
6
+<script>
7
+ window.dataLayer = window.dataLayer || [];
8
+ function gtag(){dataLayer.push(arguments);}
9
+ gtag('js', new Date());
10
11
+ gtag('config', 'G-2BGSHYDJP8');
12
+</script>
13
+{% endblock %}
0 commit comments