aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2011-11-09 22:48:20 +0000
committerSimon McVittie <smcv@debian.org>2011-11-09 22:49:37 +0000
commite0c9837566ceaa716639a11fa2e4734be7c74f62 (patch)
treef3c7c59e7a38621a0c4583bdc0e88d26d5e59603
parent156f70912213b6520e9056050a8827de66e80176 (diff)
downloadikiwiki-e0c9837566ceaa716639a11fa2e4734be7c74f62.tar
ikiwiki-e0c9837566ceaa716639a11fa2e4734be7c74f62.tar.gz
use trailinline for the example blog so it gets next/prev links
-rw-r--r--auto-blog.setup2
-rw-r--r--doc/examples/blog/posts.mdwn2
2 files changed, 2 insertions, 2 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,
diff --git a/doc/examples/blog/posts.mdwn b/doc/examples/blog/posts.mdwn
index 08e014838..6e9a3f001 100644
--- a/doc/examples/blog/posts.mdwn
+++ b/doc/examples/blog/posts.mdwn
@@ -1,3 +1,3 @@
Here is a full list of posts to the [[blog|index]].
-[[!inline pages="page(./posts/*) and !*/Discussion" archive=yes feedshow=10 quick=yes]]
+[[!trailinline pages="page(./posts/*) and !*/Discussion" archive=yes feedshow=10 quick=yes]]