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 d5a59c5 + b2c9674 commit 27db61bCopy full SHA for 27db61b
docs/_layouts/default.html
@@ -38,6 +38,16 @@
38
});
39
40
</script>
41
+ <!-- Global site tag (gtag.js) - Google Analytics -->
42
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-158811190-1"></script>
43
+ <script>
44
+ window.dataLayer = window.dataLayer || [];
45
+ function gtag(){dataLayer.push(arguments);}
46
+ gtag('js', new Date());
47
+
48
+ gtag('config', 'UA-158811190-1');
49
+ </script>
50
51
<script>
52
$(function () {
53
$('[data-toggle="tooltip"]').tooltip()
0 commit comments