Skip to content

Commit 7e13338

Browse files
committed
docs update
1 parent d1d7185 commit 7e13338

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

docs/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
display: none
2626
}
2727
</style>
28+
29+
<!-- Google tag (gtag.js) -->
30+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1GEGWXWNH4"></script>
31+
<script>
32+
window.dataLayer = window.dataLayer || [];
33+
function gtag(){dataLayer.push(arguments);}
34+
gtag('js', new Date());
35+
36+
gtag('config', 'G-1GEGWXWNH4');
37+
</script>
2838
<script src="js/setup.js"></script><script defer src="js/site.js"></script>
2939

3040
</head>

docs/v1/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212
display: none
1313
}
1414
</style>
15+
16+
<!-- Google tag (gtag.js) -->
17+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1GEGWXWNH4"></script>
18+
<script>
19+
window.dataLayer = window.dataLayer || [];
20+
function gtag(){dataLayer.push(arguments);}
21+
gtag('js', new Date());
22+
23+
gtag('config', 'G-1GEGWXWNH4');
24+
</script>
1525
<script src="js/setup.js"></script><script defer src="js/site.js"></script>
1626

1727
</head>

src/docs/asciidoc/docinfo.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,14 @@
22
#header #revnumber {
33
display: none
44
}
5-
</style>
5+
</style>
6+
7+
<!-- Google tag (gtag.js) -->
8+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1GEGWXWNH4"></script>
9+
<script>
10+
window.dataLayer = window.dataLayer || [];
11+
function gtag(){dataLayer.push(arguments);}
12+
gtag('js', new Date());
13+
14+
gtag('config', 'G-1GEGWXWNH4');
15+
</script>

0 commit comments

Comments
 (0)