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.
2 parents a44ab2e + 0e86036 commit 2a66519Copy full SHA for 2a66519
doc/_templates/layout.html
@@ -0,0 +1,16 @@
1
+{% extends "!layout.html" %}
2
+
3
+{%- block extrahead %}
4
+{{ super() }}
5
6
+<!-- Global site tag (gtag.js) - Google Analytics -->
7
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-172157729-1"></script>
8
+<script>
9
+ window.dataLayer = window.dataLayer || [];
10
+ function gtag(){dataLayer.push(arguments);}
11
+ gtag('js', new Date());
12
13
+ gtag('config', 'UA-172157729-1');
14
+</script>
15
16
+{% endblock %}
0 commit comments