diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-09 14:51:02 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-09 14:51:02 -0400 |
commit | ecbe5576f8b7152e96653669bc91eae021aaa91f (patch) | |
tree | a6281f79b22c77537b75e56afa82cc51baf24fdf | |
parent | 4ef0b2d77b6aa9db0a45e69c1db29998e4cc06fb (diff) | |
download | ikiwiki-ecbe5576f8b7152e96653669bc91eae021aaa91f.tar ikiwiki-ecbe5576f8b7152e96653669bc91eae021aaa91f.tar.gz |
revert
-rw-r--r-- | docwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docwiki.setup b/docwiki.setup index 41c07f024..52421e501 100644 --- a/docwiki.setup +++ b/docwiki.setup @@ -16,5 +16,5 @@ use IkiWiki::Setup::Standard { userdir => "users", usedirs => 0, prefix_directives => 1, - add_plugins => [qw{linkmap goodstuff version haiku polygen fortune}], + add_plugins => [qw{goodstuff version haiku polygen fortune}], } |