ikiwiki: include html directly

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-06-16 23:25:16 +02:00
parent 62f735e53a
commit 1ddfa978a2

View file

@ -141,7 +141,7 @@ use IkiWiki::Setup::Standard {
#multimarkdown => 1, #multimarkdown => 1,
# To add plugins, list them here. # To add plugins, list them here.
add_plugins => [qw{goodstuff meta sidebar tag}], add_plugins => [qw{goodstuff meta sidebar tag rawhtml}],
#add_plugins => [qw{goodstuff search wikitext camelcase #add_plugins => [qw{goodstuff search wikitext camelcase
# htmltidy fortune sidebar map rst anonok}], # htmltidy fortune sidebar map rst anonok}],
# If you want to disable any of the default plugins, list them here. # If you want to disable any of the default plugins, list them here.