diff options
Diffstat (limited to 'doc/ikiwiki.setup')
-rw-r--r-- | doc/ikiwiki.setup | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 8bc0e3336..b79722db9 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -71,7 +71,8 @@ use IkiWiki::Setup::Standard { #timeformat => '%c', # To add plugins, list them here. - #add_plugins => [qw{pagecount brokenlinks search smiley wikitext}], + #add_plugins => [qw{meta tag pagecount brokenlinks search smiley + # wikitext camelcase}], # If you want to disable any of the default plugins, list them here. #disable_plugins => [qw{inline htmlscrubber}], } |