diff options
Diffstat (limited to 'doc')
-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 4a08e1919..87a19aefc 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -53,5 +53,5 @@ use IkiWiki::Setup::Standard { # Sanitize html? sanitize => 1, # To change the enabled plugins, edit this list - #plugins => [qw{pagecount inline brokenlinks}], + #plugin => [qw{pagecount inline brokenlinks}], } |