From f8a2fe705ce759b513db84422475a929d9d5568e Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 7 May 2026 17:17:11 +0300 Subject: fix(docs): add title attribute to GTM noscript iframe for a11y MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated by [robots](https://vyos.io) --- docs/_templates/layout.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/_templates/layout.html') 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 #} + height="0" width="0" style="display:none;visibility:hidden" + title="Google Tag Manager"> {{ super() }} {% endblock %} -- cgit v1.2.3