diff options
-rw-r--r-- | config/ikiwiki.setup.in | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/config/ikiwiki.setup.in b/config/ikiwiki.setup.in index edb88e5..ebbf8fc 100644 --- a/config/ikiwiki.setup.in +++ b/config/ikiwiki.setup.in @@ -19,11 +19,7 @@ url: http://bynu.biks.dk/ cgiurl: http://bynu.biks.dk/ikiwiki.cgi add_plugins: - lockedit -- branding -- topbar -- sidebar -- farbar -- footer +- sidebar2 - copyright - linkmap - attachment @@ -36,6 +32,7 @@ disable_plugins: - search - theme - htmlscrubber +- sidebar discussion: 0 timeformat: '%A d. %e. %B' locale: da_DK.UTF-8 @@ -48,3 +45,10 @@ multimarkdown: 1 allowed_attachments: (*.png or *.gif or *.jpg) tagbase: tag tag_autocreate_commit: 0 +global_sidebars: [ + "sidebar", "sidebar", "*", + "farbar", "farbar", "*", + "topbar", "topbar", "*", + "footer", "footer", "*", + "branding", "branding", "*" + ] |