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 7dd9948 commit 99eff03Copy full SHA for 99eff03
book/theme/index.hbs
@@ -74,6 +74,16 @@
74
<!-- MathJax -->
75
<script async type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
76
{{/if}}
77
+
78
+ <!-- Google tag (gtag.js) -->
79
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-YSTSJQMB6T"></script>
80
+ <script>
81
+ window.dataLayer = window.dataLayer || [];
82
+ function gtag(){dataLayer.push(arguments);}
83
+ gtag('js', new Date());
84
85
+ gtag('config', 'G-YSTSJQMB6T');
86
+ </script>
87
</head>
88
<body>
89
<!-- Provide site root to javascript -->
0 commit comments