From 4d8581c0e709848a601384addf3026fb405345fc Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 7 May 2026 17:19:41 +0300 Subject: feat(docs): read GTM_ID from environment instead of hardcoding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move the Google Tag Manager container ID out of the template and into conf.py via os.environ.get('GTM_ID', ''), exposed to Jinja via html_context. Set GTM_ID in the RTD project environment variables. 🤖 Generated by [robots](https://vyos.io) --- docs/_templates/layout.html | 1 - docs/conf.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 5116899f..cf25c15d 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -1,6 +1,5 @@ {% extends "!layout.html" %} {%- set current_version = "1.5.x circinus" %} -{%- set gtm_id = "GTM-T5VQHRT" %} {% block extrahead %} {# Cookiebot CMP — must load first so its auto-blocker can scan/block other tags #}