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 7fc39fc commit c13d436Copy full SHA for c13d436
source/_templates/thelayout.html
@@ -19,16 +19,6 @@
19
20
<html class="{{ sphinx_writer }}" lang="{{ lang_attr }}" >
21
<head>
22
- <!-- Google tag (gtag.js) -->
23
- <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', 'G-T5SWDS42ZH');
30
- </script>
31
32
<meta charset="utf-8">
33
{{ metatags }}
34
<meta name="viewport" content="width=device-width, initial-scale=1.0">
0 commit comments