From: smcv Date: Wed, 21 Mar 2018 09:16:25 +0000 (-0400) Subject: clarify X-Git-Tag: 3.20190207~197 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/3989b04772f925298aecf83eed10a3bcd6b5c112 clarify --- 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. >