We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de44ad1 commit 98b8d9aCopy full SHA for 98b8d9a
source/_templates/thelayout.html
@@ -19,14 +19,14 @@
19
20
<html class="{{ sphinx_writer }}" lang="{{ lang_attr }}" >
21
<head>
22
- <!-- Global site tag (gtag.js) - Google Analytics -->
23
- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-162599738-1"></script>
+ <!-- Google tag (gtag.js) -->
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-T5SWDS42ZH"></script>
24
<script>
25
window.dataLayer = window.dataLayer || [];
26
function gtag(){dataLayer.push(arguments);}
27
gtag('js', new Date());
28
29
- gtag('config', 'UA-162599738-1');
+ gtag('config', 'G-T5SWDS42ZH');
30
</script>
31
32
<meta charset="utf-8">
0 commit comments