diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_templates/layout.html | 1 | ||||
| -rw-r--r-- | docs/conf.py | 1 |
2 files changed, 1 insertions, 1 deletions
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 #} <script id="Cookiebot" diff --git a/docs/conf.py b/docs/conf.py index da462b0e..74ad1ff6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -147,6 +147,7 @@ html_context = { 'github_repo': 'vyos-documentation', 'github_version': _github_version, 'conf_py_path': '/docs/', + 'gtm_id': os.environ.get('GTM_ID', ''), } # sphinx-sitemap: baseurl already includes /en/rolling/, so skip lang+version |
