From 9a39c253bbf60bb9651310ae8ba665551373147d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 27 Jul 2023 13:30:46 +0000 Subject: [PATCH] docs: Show "Documentation" in header if there is enough space Signed-off-by: Michael Tremer --- src/templates/docs/modules/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/docs/modules/header.html b/src/templates/docs/modules/header.html index 10114f4a..e6d416bc 100644 --- a/src/templates/docs/modules/header.html +++ b/src/templates/docs/modules/header.html @@ -37,7 +37,7 @@ -

{{ page_title or _("IPFire Docs") }}

+

{{ page_title or _("IPFire Documentation") }}

-- 2.47.3