X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/698aeb20168b7e22a2ce3618a28fdee32ed4a417..a0d372751a79bf426ddcde89ada051bf748d8603:/doc/ikiwiki.setup diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index c77385583..87a19aefc 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -50,4 +50,8 @@ use IkiWiki::Setup::Standard { rss => 1, # Use the Hyper Estraier search engine? #hyperestraier => 1, + # Sanitize html? + sanitize => 1, + # To change the enabled plugins, edit this list + #plugin => [qw{pagecount inline brokenlinks}], }