summaryrefslogtreecommitdiff
path: root/docs/_templates/layout.html
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-07 17:17:11 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-05-07 18:01:30 +0300
commitf8a2fe705ce759b513db84422475a929d9d5568e (patch)
treeb5352da329d37ffcbaa7ab5a19f9758363d414e3 /docs/_templates/layout.html
parentd7ef8b28838a8fedbe25ad2f7631a2f72f47c889 (diff)
downloadvyos-documentation-f8a2fe705ce759b513db84422475a929d9d5568e.tar.gz
vyos-documentation-f8a2fe705ce759b513db84422475a929d9d5568e.zip
fix(docs): add title attribute to GTM noscript iframe for a11y
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to 'docs/_templates/layout.html')
-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 %}