From 035b27651632e20fec2277e7398cdd00dc63a73f Mon Sep 17 00:00:00 2001 From: Christophe CHAUVET Date: Thu, 18 Apr 2024 21:39:30 +0200 Subject: [PATCH] fix: no index content on search page (#784) Align furo theme to the basic theme --- src/furo/theme/furo/search.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/furo/theme/furo/search.html b/src/furo/theme/furo/search.html index 8b593283b..49ad8a479 100644 --- a/src/furo/theme/furo/search.html +++ b/src/furo/theme/furo/search.html @@ -27,3 +27,8 @@ {{ super() }} {%- endblock scripts %} + +{% block site_meta %} +{{ super() }} + +{% endblock site_meta %}