From: Rico Hoppe Date: Thu, 4 Apr 2024 16:55:05 +0000 (+0000) Subject: docs/search-results: add ogp metadata X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50faa681e2243f4f04665c464a54e87290758df9;p=ipfire.org.git docs/search-results: add ogp metadata Signed-off-by: Rico Hoppe --- diff --git a/src/templates/docs/search-results.html b/src/templates/docs/search-results.html index cb276761..2c219a49 100644 --- a/src/templates/docs/search-results.html +++ b/src/templates/docs/search-results.html @@ -2,6 +2,25 @@ {% block title %}{{ _("Search results for '%s'") % q }}{% end block %} +{% block head %} + + + + + + + + + + + + + + + + +{% end block %} + {% block container %}
@@ -36,7 +55,7 @@
{% end %} - {% module DocsList(pages, show_author=False) %} + {% module DocsList(pages, show_breadcrumbs=True, show_author=False) %}
{% end block %}