]> git.ipfire.org Git - ipfire.org.git/commitdiff
wiki: Obviously the sidebar is wiki content, too
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 Nov 2018 22:12:30 +0000 (22:12 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 Nov 2018 22:12:30 +0000 (22:12 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/wiki/page.html

index 4afc6b0887b577e9c74a17e0666d9bbe3f55f059..17f24f4e33c3f14cbd14a6d379b3c6f6af41ef50 100644 (file)
@@ -4,7 +4,9 @@
 
 {% block sidebar %}
        {% if page.sidebar %}
-               {% raw page.sidebar.html %}
+               <div class="wiki-content">
+                       {% raw page.sidebar.html %}
+               </div>
        {% end %}
 {% end block %}