use trailinline for the example blog so it gets next/prev links
parent
156f709122
commit
e0c9837566
|
@ -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,
|
||||
|
|
|
@ -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]]
|
||||
|
|
Loading…
Reference in New Issue