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
Request review and possible merge of tincho-osm.
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
version.pm
diff --git
a/IkiWiki/Plugin/version.pm
b/IkiWiki/Plugin/version.pm
index 587cd55fa8f608fc2309d23eaa91ad1e32539c62..fc265526c15e41682efec8c7702d3a54e5efcf17 100644
(file)
--- a/
IkiWiki/Plugin/version.pm
+++ b/
IkiWiki/Plugin/version.pm
@@
-17,6
+17,7
@@
sub getsetup () {
plugin => {
safe => 1,
rebuild => undef,
plugin => {
safe => 1,
rebuild => undef,
+ section => "widget",
},
}
},
}
@@
-36,6
+37,7
@@
sub needsbuild (@) {
}
}
}
}
}
}
+ return $needsbuild;
}
sub preprocess (@) {
}
sub preprocess (@) {