diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-07 21:48:03 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-07 21:52:37 -0400 |
commit | 5f9860e65c65aa769f11e550e63cc164b1519710 (patch) | |
tree | 17acaf0972db127281f06a4116058775be8b7d6c /docwiki.setup | |
parent | 83b9bf54ec85f7c1156983108f57c2b1af0e8fe5 (diff) | |
download | ikiwiki-5f9860e65c65aa769f11e550e63cc164b1519710.tar ikiwiki-5f9860e65c65aa769f11e550e63cc164b1519710.tar.gz |
add type info to influence information
Diffstat (limited to 'docwiki.setup')
-rw-r--r-- | docwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docwiki.setup b/docwiki.setup index 52421e501..41c07f024 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{goodstuff version haiku polygen fortune}], + add_plugins => [qw{linkmap goodstuff version haiku polygen fortune}], } |