From: Rico Hoppe Date: Wed, 11 Oct 2023 15:09:32 +0000 (+0000) Subject: docs/search-results: updated the page to new design X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a292c19227ad821e755d00639aa986e668119340;p=ipfire.org.git docs/search-results: updated the page to new design --- 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 %}