Leave aggregateinternal switched off in the template ikiwiki.setup
parent
87754e3065
commit
ee16eae166
|
@ -175,10 +175,10 @@ use IkiWiki::Setup::Standard {
|
||||||
#anonok_pagespec => "*",
|
#anonok_pagespec => "*",
|
||||||
|
|
||||||
# For use with the aggregate plugin.
|
# For use with the aggregate plugin.
|
||||||
# Enable aggregation to internal pages. New wikis should use this,
|
# Enable aggregation to internal pages. New wikis should set this to 1,
|
||||||
# but if you use aggregate already, read the aggregate plugin docs
|
# but if you use aggregate already, read the aggregate plugin docs
|
||||||
# before enabling it.
|
# before enabling it.
|
||||||
aggregateinternal => 1,
|
#aggregateinternal => 1,
|
||||||
# Allow aggregation to be triggered via the web.
|
# Allow aggregation to be triggered via the web.
|
||||||
#aggregate_webtrigger => 1,
|
#aggregate_webtrigger => 1,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue