diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-21 01:52:08 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-21 01:52:08 -0500 |
commit | c84fcdd32aad7a613bf7bbb501362dffcf5ccdeb (patch) | |
tree | dafb1c6450151c13f3691d2fa1856be96cf22308 /doc | |
parent | da947bea4be8b388531ff70650d274f8ee8f1500 (diff) | |
download | ikiwiki-c84fcdd32aad7a613bf7bbb501362dffcf5ccdeb.tar ikiwiki-c84fcdd32aad7a613bf7bbb501362dffcf5ccdeb.tar.gz |
meta: Process meta date during scan pass so that the date will always affect sorting in inlines.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/inline_sort_order_and_meta_date_value.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/inline_sort_order_and_meta_date_value.mdwn b/doc/bugs/inline_sort_order_and_meta_date_value.mdwn index 219657753..d4ec8f345 100644 --- a/doc/bugs/inline_sort_order_and_meta_date_value.mdwn +++ b/doc/bugs/inline_sort_order_and_meta_date_value.mdwn @@ -309,4 +309,6 @@ available at the time that they are inlined, and the newer unix ctime is used. On the second build, the meta data has already been recorded. This can probably be avoided by processing meta date at scan time. + +Verified, fix works. [[done]] --[[Joey]] |