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