diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-29 19:09:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-29 19:09:53 -0400 |
commit | d9dc2c6be52ab4d50585e3b1211a061b77b51e5c (patch) | |
tree | e8dd032869f95a72b77f0f78b38c642d0ab1b95c | |
parent | 733171bf3f1084ac5c497543538ec68839153f6d (diff) | |
download | ikiwiki-d9dc2c6be52ab4d50585e3b1211a061b77b51e5c.tar ikiwiki-d9dc2c6be52ab4d50585e3b1211a061b77b51e5c.tar.gz |
remove testing code, accidentially committed
-rw-r--r-- | docwiki.setup | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docwiki.setup b/docwiki.setup index cd8ba5760..6d732fd6b 100644 --- a/docwiki.setup +++ b/docwiki.setup @@ -14,7 +14,6 @@ use IkiWiki::Setup::Standard { syslog => 0, userdir => "users", usedirs => 0, - indexpages => 1, prefix_directives => 1, add_plugins => [qw{goodstuff version haiku polygen fortune}], } |