diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-03 14:57:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-03 14:57:24 -0400 |
commit | 4405cebd0a275856acaa184d49751a5f6dcc7048 (patch) | |
tree | 9d0a500d381660bd25c2ebbb8ef622cb47ecf6aa /IkiWiki/Plugin/prettydate.pm | |
parent | 5c0f539950540544a44756a04efcb3663993789d (diff) | |
download | ikiwiki-4405cebd0a275856acaa184d49751a5f6dcc7048.tar ikiwiki-4405cebd0a275856acaa184d49751a5f6dcc7048.tar.gz |
add advanced and basic modes
Diffstat (limited to 'IkiWiki/Plugin/prettydate.pm')
-rw-r--r-- | IkiWiki/Plugin/prettydate.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/prettydate.pm b/IkiWiki/Plugin/prettydate.pm index db5a94f41..dd1e096b4 100644 --- a/IkiWiki/Plugin/prettydate.pm +++ b/IkiWiki/Plugin/prettydate.pm @@ -50,6 +50,7 @@ sub getsetup () { #{{{ type => "string", example => '%X, %B %o, %Y', description => "format to use to display date", + advanced => 1, safe => 1, rebuild => 1, }, |