diff options
author | Simon McVittie <smcv@debian.org> | 2011-11-09 22:48:20 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2011-11-09 22:49:37 +0000 |
commit | e0c9837566ceaa716639a11fa2e4734be7c74f62 (patch) | |
tree | f3c7c59e7a38621a0c4583bdc0e88d26d5e59603 /auto-blog.setup | |
parent | 156f70912213b6520e9056050a8827de66e80176 (diff) | |
download | ikiwiki-e0c9837566ceaa716639a11fa2e4734be7c74f62.tar ikiwiki-e0c9837566ceaa716639a11fa2e4734be7c74f62.tar.gz |
use trailinline for the example blog so it gets next/prev links
Diffstat (limited to 'auto-blog.setup')
-rw-r--r-- | auto-blog.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto-blog.setup b/auto-blog.setup index 0eb83ded6..5617daf9e 100644 --- a/auto-blog.setup +++ b/auto-blog.setup @@ -36,7 +36,7 @@ IkiWiki::Setup::Automator->import( cgiurl => "http://$domain/~$ENV{USER}/$wikiname_short/ikiwiki.cgi", cgi_wrapper => "$ENV{HOME}/public_html/$wikiname_short/ikiwiki.cgi", adminemail => "$ENV{USER}\@$domain", - add_plugins => [qw{goodstuff websetup comments blogspam calendar sidebar}], + add_plugins => [qw{goodstuff websetup comments blogspam calendar sidebar trail}], disable_plugins => [qw{}], libdir => "$ENV{HOME}/.ikiwiki", rss => 1, |