From: Michael Tremer Date: Mon, 12 Nov 2018 22:12:30 +0000 (+0000) Subject: wiki: Obviously the sidebar is wiki content, too X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9bb7761f23a26fb9a371c42b2ee352c1737470b;p=ipfire.org.git wiki: Obviously the sidebar is wiki content, too Signed-off-by: Michael Tremer --- 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 %}