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 b186090 commit be392f1Copy full SHA for be392f1
1 file changed
src/index.html
@@ -16,5 +16,18 @@
16
<script src="/assets/js/translator.js" async></script>
17
<link rel="stylesheet" href="https://unpkg.com/gitalk/dist/gitalk.css">
18
<script src="https://unpkg.com/gitalk/dist/gitalk.min.js"></script>
19
+<!-- Global site tag (gtag.js) - Google Analytics -->
20
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-159351998-1"></script>
21
+<script>
22
+ window.dataLayer = window.dataLayer || [];
23
+
24
+ function gtag() {
25
+ dataLayer.push(arguments);
26
+ }
27
28
+ gtag('js', new Date());
29
30
+ gtag('config', 'UA-159351998-1');
31
+</script>
32
</body>
33
</html>
0 commit comments