|
14 | 14 | <link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
|
15 | 15 | <link rel="apple-touch-icon" sizes="180x180" href="/assets/images/character.svg">
|
16 | 16 | <link rel="manifest" href="/assets/images/site.webmanifest">
|
| 17 | + |
| 18 | + <!-- Google Tag Manager --> |
| 19 | + <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
| 20 | + new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
| 21 | + j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
| 22 | + 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
| 23 | + })(window,document,'script','dataLayer','GTM-T3KNH95M');</script> |
| 24 | + <!-- End Google Tag Manager --> |
17 | 25 |
|
18 | 26 | <!-- Fonts -->
|
19 | 27 | <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
|
50 | 58 | <script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/autoloader/prism-autoloader.min.js"></script>
|
51 | 59 | <script src="{{ '/assets/js/main.js' | relative_url }}"></script>
|
52 | 60 |
|
53 |
| - {% if site.google_analytics %} |
54 |
| - <!-- Google Analytics --> |
55 |
| - <script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script> |
56 |
| - <script> |
57 |
| - window.dataLayer = window.dataLayer || []; |
58 |
| - function gtag(){dataLayer.push(arguments);} |
59 |
| - gtag('js', new Date()); |
60 |
| - gtag('config', '{{ site.google_analytics }}'); |
61 |
| - </script> |
62 |
| - {% endif %} |
| 61 | + <!-- Google Tag Manager (noscript) --> |
| 62 | + <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T3KNH95M" |
| 63 | + height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
| 64 | + <!-- End Google Tag Manager (noscript) --> |
63 | 65 | </body>
|
64 | 66 | </html>
|
0 commit comments