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 6fe3cdd commit ce8e53bCopy full SHA for ce8e53b
source/_templates/thelayout.html
@@ -19,16 +19,6 @@
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>
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');
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