aboutsummaryrefslogtreecommitdiff
path: root/auto-blog.setup
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-06-15 13:38:19 -0400
committerJoey Hess <joey@kitenet.net>2010-06-15 13:38:19 -0400
commitd541cc854a6e610d2d9f5f7b950f4abb76e36954 (patch)
tree1ffcc4479d47d88b6337f230014bf150fcf756ab /auto-blog.setup
parentd3d63817c8ba2066ff942823baafa94b44a4e9af (diff)
downloadikiwiki-d541cc854a6e610d2d9f5f7b950f4abb76e36954.tar
ikiwiki-d541cc854a6e610d2d9f5f7b950f4abb76e36954.tar.gz
calendar: Tune archive_pagespec to only match pages, not other files.
Diffstat (limited to 'auto-blog.setup')
-rw-r--r--auto-blog.setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto-blog.setup b/auto-blog.setup
index ef03295d6..980074ec3 100644
--- a/auto-blog.setup
+++ b/auto-blog.setup
@@ -46,7 +46,7 @@ IkiWiki::Setup::Automator->import(
example => "blog",
comments_pagespec => "posts/* and !*/Discussion",
blogspam_pagespec => "postcomment(*)",
- archive_pagespec => "posts/* and !*/Discussion",
+ archive_pagespec => "page(posts/*) and !*/Discussion",
global_sidebars => 0,
discussion => 0,
locked_pages => "*",