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
Merge branch 'master' into tova
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
prettydate.pm
diff --git
a/IkiWiki/Plugin/prettydate.pm
b/IkiWiki/Plugin/prettydate.pm
index db5a94f413b567de7c73f2cb93ac90e1d9697461..e997be3ce65d94becd3061e9cff670454e56244d 100644
(file)
--- a/
IkiWiki/Plugin/prettydate.pm
+++ b/
IkiWiki/Plugin/prettydate.pm
@@
-46,10
+46,15
@@
sub import { #{{{
sub getsetup () { #{{{
return
+ plugin => {
+ safe => 1,
+ rebuild => 1,
+ },
prettydateformat => {
type => "string",
example => '%X, %B %o, %Y',
description => "format to use to display date",
+ advanced => 1,
safe => 1,
rebuild => 1,
},