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