We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eac691 commit 6a39e08Copy full SHA for 6a39e08
source/_templates/thelayout.html
@@ -244,23 +244,6 @@
244
});
245
</script>
246
247
- {#- Do not conflict with RTD insertion of analytics script #}
248
- {%- if not READTHEDOCS %}
249
- {%- if theme_analytics_id %}
250
- <!-- Theme Analytics -->
251
- <script async src="https://www.googletagmanager.com/gtag/js?id={{ theme_analytics_id }}"></script>
252
- <script>
253
- window.dataLayer = window.dataLayer || [];
254
- function gtag(){dataLayer.push(arguments);}
255
- gtag('js', new Date());
256
-
257
- gtag('config', '{{ theme_analytics_id }}', {
258
- 'anonymize_ip': {{ 'true' if theme_analytics_anonymize_ip|tobool else 'false' }},
259
- });
260
- </script>
261
262
- {%- endif %}
263
264
265
{%- block footer %} {% endblock %}
266
0 commit comments