diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-18 16:18:45 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-18 16:18:45 +0000 |
commit | 2eac55e90efa6aa82f3159385f1398be4b3bf6da (patch) | |
tree | 02fdf42fd6022569e4d3e4a95ccf727dff85fd34 /doc/ikiwiki.setup | |
parent | 4d6f5e5a144e20bbda1c8e2d7d611b945394448f (diff) | |
download | ikiwiki-2eac55e90efa6aa82f3159385f1398be4b3bf6da.tar ikiwiki-2eac55e90efa6aa82f3159385f1398be4b3bf6da.tar.gz |
* Add a map plugin contributed by Alessandro Dotti Contra.
Diffstat (limited to 'doc/ikiwiki.setup')
-rw-r--r-- | doc/ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index a0ce5a468..678dece23 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -81,7 +81,7 @@ use IkiWiki::Setup::Standard { # To add plugins, list them here. #add_plugins => [qw{meta tag pagecount brokenlinks search smiley # wikitext camelcase pagestats htmltidy fortune - # sidebar}], + # sidebar map}], # If you want to disable any of the default plugins, list them here. #disable_plugins => [qw{inline htmlscrubber}], } |