diff options
author | smcv <smcv@web> | 2018-03-21 05:16:25 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2018-03-21 05:16:25 -0400 |
commit | 3989b04772f925298aecf83eed10a3bcd6b5c112 (patch) | |
tree | 7b5cf962bc6db608edd0e8efb457382a8e331cd9 | |
parent | 4293e5bd6b726db8255028d50352b563511f2c16 (diff) | |
download | ikiwiki-3989b04772f925298aecf83eed10a3bcd6b5c112.tar ikiwiki-3989b04772f925298aecf83eed10a3bcd6b5c112.tar.gz |
clarify
-rw-r--r-- | doc/bugs/invalid_meta_date_or_updated_not_diagnosed.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/bugs/invalid_meta_date_or_updated_not_diagnosed.mdwn b/doc/bugs/invalid_meta_date_or_updated_not_diagnosed.mdwn index 8789dad7a..c7f8ebd3e 100644 --- a/doc/bugs/invalid_meta_date_or_updated_not_diagnosed.mdwn +++ b/doc/bugs/invalid_meta_date_or_updated_not_diagnosed.mdwn @@ -61,7 +61,8 @@ Thanks! > I think the historical assumption was that even if the date can't be parsed for the > second purpose, you still want the first purpose. However, you're right that this is > really fragile, and the first purpose seems fairly niche anyway. -> In ikiwiki git master (to be released as 3.20180321 or later) I've made `\[[!meta]]` +> In ikiwiki git master (to be released as 3.20180321 or later) I've made `\[[!meta date=...]]` +> and `\[[!meta updated=...]]` > produce an error message if you don't have `Date::Parse` or if the date/time is > malformed. > |