X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/698aeb20168b7e22a2ce3618a28fdee32ed4a417..99292550fdf3c5bf9feb4a665e2de99f5cfc0d35:/doc/ikiwiki.setup?ds=sidebyside 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}], }