We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85574b7 commit 0933b9dCopy full SHA for 0933b9d
2 files changed
.DS_Store
0 Bytes
_layouts/default.html
@@ -3,10 +3,17 @@
3
4
{% include head.html %}
5
<body>
6
- <!-- Google Tag Manager (noscript) -->
7
- <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TLGW7K"
8
- height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
9
- <!-- End Google Tag Manager (noscript) -->
+
+ <!-- Google tag (gtag.js) -->
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-M1VSMYZZYP"></script>
+ <script>
10
+ window.dataLayer = window.dataLayer || [];
11
+ function gtag(){dataLayer.push(arguments);}
12
+ gtag('js', new Date());
13
+ gtag('config', 'G-M1VSMYZZYP');
14
+ </script>
15
16
+ <meta name="google-site-verification" content="oyBgiHuSKD_-LI_5ipCtIOXaxoekfMtsShYNfP-RMsg" />
17
18
<div class="container content">
19
<div class="masthead">
0 commit comments