From dd8e9fb10c92041d4cae56b278d25454dd976660 Mon Sep 17 00:00:00 2001 From: Philipp Page Date: Fri, 3 Oct 2025 10:50:09 +0200 Subject: [PATCH 1/2] Add docs meta tags. --- docs/overrides/main.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/overrides/main.html b/docs/overrides/main.html index e4c38e21b..ebeaa952b 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -6,3 +6,8 @@ Click here to go to latest. {% endblock %} + +{% block extrahead %} + + +{% endblock %} From 6df82ba8854c18cd6ec0d5d6adf8baa3c6ef5248 Mon Sep 17 00:00:00 2001 From: Philipp Page Date: Fri, 3 Oct 2025 11:10:49 +0200 Subject: [PATCH 2/2] Use full Powertools names. --- docs/overrides/main.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/overrides/main.html b/docs/overrides/main.html index ebeaa952b..5f7a59c02 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -8,6 +8,6 @@ {% endblock %} {% block extrahead %} - - + + {% endblock %}