From a9bb7761f23a26fb9a371c42b2ee352c1737470b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 12 Nov 2018 22:12:30 +0000 Subject: [PATCH] wiki: Obviously the sidebar is wiki content, too Signed-off-by: Michael Tremer --- src/templates/wiki/page.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/templates/wiki/page.html b/src/templates/wiki/page.html index 4afc6b08..17f24f4e 100644 --- a/src/templates/wiki/page.html +++ b/src/templates/wiki/page.html @@ -4,7 +4,9 @@ {% block sidebar %} {% if page.sidebar %} - {% raw page.sidebar.html %} +
+ {% raw page.sidebar.html %} +
{% end %} {% end block %} -- 2.47.3