X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/af9566ff1ae55d273ff96c7ca39e34265623a55d..df5358f665861cd9a06a038f8b2f7f31ad4b6a38:/doc/ikiwiki.setup?ds=sidebyside diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 3bc15891e..cda524ae1 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -48,8 +48,11 @@ use IkiWiki::Setup::Standard { #anonok => 1, # Generate rss feeds for pages? rss => 1, - # Sanitize html? - sanitize => 1, + # Include discussion links on all pages? + discussion => 1, + # Time format (for strftime) + #timeformat => '%c', # To change the enabled plugins, edit this list - #plugin => [qw{pagecount inline brokenlinks hyperestraier}], + #plugin => [qw{pagecount inline brokenlinks search smiley + # htmlscrubber}], }