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 ef51afc commit 967bfd6Copy full SHA for 967bfd6
source/_templates/thelayout.html
@@ -11,16 +11,6 @@
11
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
12
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
13
<head>
14
- <!-- Google tag (gtag.js) -->
15
- <script async src="https://www.googletagmanager.com/gtag/js?id=G-T5SWDS42ZH"></script>
16
- <script>
17
- window.dataLayer = window.dataLayer || [];
18
- function gtag(){dataLayer.push(arguments);}
19
- gtag('js', new Date());
20
-
21
- gtag('config', 'G-T5SWDS42ZH');
22
- </script>
23
24
<meta charset="utf-8">
25
{{ metatags }}
26
<meta name="viewport" content="width=device-width, initial-scale=1.0">
0 commit comments