From a292c19227ad821e755d00639aa986e668119340 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Wed, 11 Oct 2023 15:09:32 +0000 Subject: [PATCH] docs/search-results: updated the page to new design --- src/templates/docs/search-results.html | 33 ++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/src/templates/docs/search-results.html b/src/templates/docs/search-results.html index 1d45a662..d880735c 100644 --- a/src/templates/docs/search-results.html +++ b/src/templates/docs/search-results.html @@ -2,12 +2,35 @@ {% block title %}{{ _("Search results for '%s'") % q }}{% end block %} -{% block content %} -
-
-
{{ _("Search results for '%s'") % q }}
+{% block container %} +
+
+
+ +

{{ _("IPFire Docs") }}

+ + {% if q %} +
+ {{ _("Search Results for '%s'") % q }} +
+ {% end %} +
+
+
+ +
+
{% module DocsList(pages, show_author=False) %}
-
+ {% end block %} -- 2.47.3