Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
google search plugin: use https for the search
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
html.pm
diff --git
a/IkiWiki/Plugin/html.pm
b/IkiWiki/Plugin/html.pm
index 9b9547cca77aec3235b7ca4e642a8c47b2067365..4dbae081bd9476c154728d32efe4c054e1e954f9 100644
(file)
--- a/
IkiWiki/Plugin/html.pm
+++ b/
IkiWiki/Plugin/html.pm
@@
-4,7
+4,7
@@
package IkiWiki::Plugin::html;
use warnings;
use strict;
use warnings;
use strict;
-use IkiWiki
2
.00;
+use IkiWiki
3
.00;
sub import {
hook(type => "getsetup", id => "html", call => \&getsetup);
sub import {
hook(type => "getsetup", id => "html", call => \&getsetup);
@@
-21,6
+21,7
@@
sub getsetup () {
plugin => {
safe => 1,
rebuild => 1, # format plugin
plugin => {
safe => 1,
rebuild => 1, # format plugin
+ section => "format",
},
}
},
}