diff options
author | jrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu> | 2011-01-18 22:11:49 -0800 |
---|---|---|
committer | jrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu> | 2011-01-18 22:11:49 -0800 |
commit | 30774537433fcf6e7818520cc3e80d36c0a63013 (patch) | |
tree | 30750d697bb10d97b2d344fad48473ada8614d41 /libpiny/share | |
parent | 53d9d204ac838f6f2e2c46d4c9a764dc53427e45 (diff) | |
parent | a586352a0c9e9387987a1645842f4636c65f48be (diff) | |
download | piny-code-30774537433fcf6e7818520cc3e80d36c0a63013.tar.gz piny-code-30774537433fcf6e7818520cc3e80d36c0a63013.zip |
Merge branch 'master' of piny.be:/srv/git/piny-code
Diffstat (limited to 'libpiny/share')
-rw-r--r-- | libpiny/share/ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpiny/share/ikiwiki.setup b/libpiny/share/ikiwiki.setup index 18f8418..e6619d4 100644 --- a/libpiny/share/ikiwiki.setup +++ b/libpiny/share/ikiwiki.setup @@ -54,7 +54,7 @@ use IkiWiki::Setup::Standard { prefix_directives => 1, httpauth => 1, # To add plugins, list them here. - add_plugins => [qw{sidebar toc meta table tag graphviz httpauth img attachment rename remove map teximg version edittemplate}], + add_plugins => [qw{sidebar toc meta table tag graphviz httpauth img attachment rename remove map teximg version edittemplate rawhtml}], disable_plugins => [qw{openid passwordauth}], teximg_prefix => "\\documentclass{scrartcl} \\usepackage[version=3]{mhchem} |