summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/_templates/layout.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index 91880816..d22402ba 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -64,6 +64,7 @@
{% block body %}
{# GTM noscript fallback #}
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T5VQHRT"
- height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
+ height="0" width="0" style="display:none;visibility:hidden"
+ title="Google Tag Manager"></iframe></noscript>
{{ super() }}
{% endblock %}