diff options
-rw-r--r-- | auto-blog.setup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto-blog.setup b/auto-blog.setup index ff52befa3..ef03295d6 100644 --- a/auto-blog.setup +++ b/auto-blog.setup @@ -47,6 +47,7 @@ IkiWiki::Setup::Automator->import( comments_pagespec => "posts/* and !*/Discussion", blogspam_pagespec => "postcomment(*)", archive_pagespec => "posts/* and !*/Discussion", + global_sidebars => 0, discussion => 0, locked_pages => "*", tagbase => "tags", |