|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <!-- Google Tag Manager --> |
6 | | - <!-- Google tag (gtag.js) --> |
7 | | - <script async src="https://www.googletagmanager.com/gtag/js?id=G-44XG57BE28"></script> |
8 | | - <script> |
9 | | - window.dataLayer = window.dataLayer || []; |
10 | | - function gtag(){dataLayer.push(arguments);} |
11 | | - gtag('js', new Date()); |
12 | | - |
13 | | - gtag('config', 'G-44XG57BE28'); |
14 | | - </script> |
| 6 | + <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
| 7 | + new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
| 8 | + j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
| 9 | + 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
| 10 | + })(window,document,'script','dataLayer','GTM-TZT4HG96');</script> |
15 | 11 | <!-- End Google Tag Manager --> |
16 | 12 | {% seo %} |
17 | 13 | <link rel="canonical" href="{{site.cannonicalBase}}{{page.url}}" /> |
|
23 | 19 | <link href="{{site.baseurl}}/assets/css/base16.css" rel="stylesheet" /> |
24 | 20 | </head> |
25 | 21 | <body> |
| 22 | + <!-- Google Tag Manager (noscript) --> |
| 23 | + <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZT4HG96" |
| 24 | + height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
26 | 25 | <!-- End Google Tag Manager (noscript) --> |
27 | 26 | {%- include header.html -%} |
28 | 27 | <div class="mainContainer"> |
|
0 commit comments