From: Rico Hoppe Date: Wed, 27 Dec 2023 20:01:54 +0000 (+0000) Subject: docs/search-results: redesigned the page X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=49d8d14416cb29a0cfca0ff65f7a81fd7cf995fe;p=ipfire.org.git docs/search-results: redesigned the page --- diff --git a/src/templates/docs/search-results.html b/src/templates/docs/search-results.html index 2ba57f74..cb276761 100644 --- a/src/templates/docs/search-results.html +++ b/src/templates/docs/search-results.html @@ -30,6 +30,12 @@
+ {% if q and not pages %} +
+ {{ _("No Results Found For '%s'") % q }} +
+ {% end %} + {% module DocsList(pages, show_author=False) %}