diff --git a/auto-blog.setup b/auto-blog.setup index 35a6fc161..fde7f17f8 100644 --- a/auto-blog.setup +++ b/auto-blog.setup @@ -41,7 +41,6 @@ IkiWiki::Setup::Automator->import( rss => 1, atom => 1, syslog => 1, - hardlink => 1, example => "blog", comments_pagespec => "posts/* and !*/Discussion", diff --git a/auto.setup b/auto.setup index 1231309b2..3da5e3a62 100644 --- a/auto.setup +++ b/auto.setup @@ -40,5 +40,4 @@ IkiWiki::Setup::Automator->import( rss => 1, atom => 1, syslog => 1, - hardlink => 1, )