remove hardlink settings from auto.setup files
This can cause complications when moving directories around, and is just an optimisation. There's no good reason to force it on here.master
parent
756197f30f
commit
eaed3c70ce
|
@ -41,7 +41,6 @@ IkiWiki::Setup::Automator->import(
|
||||||
rss => 1,
|
rss => 1,
|
||||||
atom => 1,
|
atom => 1,
|
||||||
syslog => 1,
|
syslog => 1,
|
||||||
hardlink => 1,
|
|
||||||
|
|
||||||
example => "blog",
|
example => "blog",
|
||||||
comments_pagespec => "posts/* and !*/Discussion",
|
comments_pagespec => "posts/* and !*/Discussion",
|
||||||
|
|
|
@ -40,5 +40,4 @@ IkiWiki::Setup::Automator->import(
|
||||||
rss => 1,
|
rss => 1,
|
||||||
atom => 1,
|
atom => 1,
|
||||||
syslog => 1,
|
syslog => 1,
|
||||||
hardlink => 1,
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue