|
76 | 76 | {%- endblock %}
|
77 | 77 |
|
78 | 78 | {%- block extrahead %}
|
79 |
| - <!-- Google Analytics --> |
80 |
| - {% if theme_analytics_id %} |
81 |
| - <script async src="https://www.googletagmanager.com/gtag/js?id={{ theme_analytics_id }}"></script> |
82 |
| - <script> |
83 |
| - window.dataLayer = window.dataLayer || []; |
84 |
| - function gtag(){dataLayer.push(arguments);} |
85 |
| - gtag('js', new Date()); |
86 |
| - |
87 |
| - gtag('config', '{{ theme_analytics_id }}'); |
88 |
| - </script> |
89 |
| - {% endif %} |
90 |
| - <!-- End Google Analytics --> |
| 79 | + <!-- Google Tag Manager --> |
| 80 | + <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
| 81 | + new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
| 82 | + j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
| 83 | + 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
| 84 | + })(window,document,'script','dataLayer','GTM-T8XT4PS');</script> |
| 85 | + <!-- End Google Tag Manager --> |
91 | 86 | {% endblock %}
|
92 | 87 |
|
93 | 88 | {# Keep modernizr in head - http://modernizr.com/docs/#installing #}
|
|
321 | 316 | {% endif %}
|
322 | 317 |
|
323 | 318 | {%- block content %}
|
| 319 | + <!-- Google Tag Manager (noscript) --> |
| 320 | + <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T8XT4PS" |
| 321 | + height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
| 322 | + <!-- End Google Tag Manager (noscript) --> |
324 | 323 | {% if theme_style_external_links|tobool %}
|
325 | 324 | <div class="rst-content style-external-links">
|
326 | 325 | {% else %}
|
|
0 commit comments