From 50faa681e2243f4f04665c464a54e87290758df9 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Thu, 4 Apr 2024 16:55:05 +0000 Subject: [PATCH] docs/search-results: add ogp metadata Signed-off-by: Rico Hoppe --- src/templates/docs/search-results.html | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) 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 %} -- 2.47.3