From e156758766e6b729a3314db503c2e2bb334c31a3 Mon Sep 17 00:00:00 2001 From: "http://alcopop.org/me/openid/" Date: Sat, 29 Nov 2008 10:24:04 -0500 Subject: simplify example --- doc/bugs/inline_sort_order_and_meta_date_value.mdwn | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/bugs/inline_sort_order_and_meta_date_value.mdwn') 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 dfb9c6085..1a88dd514 100644 --- a/doc/bugs/inline_sort_order_and_meta_date_value.mdwn +++ b/doc/bugs/inline_sort_order_and_meta_date_value.mdwn @@ -1,8 +1,8 @@ -I have a directory containing two files. f1 () has +I have a directory containing two files. f1 () has meta date="2008-07-02 14:13:17" -f2 () has +f2 () has meta date="2008-07-02 21:04:21" @@ -15,14 +15,14 @@ They have both been modified recently: Note that f1 is fractionally newer than f2 in terms of ctime and mtime, but f2 is much newer in terms of the meta information. -Another page includes them both via inline. The inclusion pagespec is not based on date, but on path (and the files are sorted into directories based on their dates) +Another page includes them both via inline: - inline pages="2008/07/*/*" show=5 + inline pages="blog/*" show=5 -The resulting page is rendered with f1 above f2, seemingly not using the meta directive information: . The footer in the inline pages does use the correct time e.g. Posted Wed 02 Jul 2008 14:13:17 BST. +The resulting page is rendered with f1 above f2, seemingly not using the meta directive information: . The footer in the inline pages does use the correct time e.g. Posted Wed 02 Jul 2008 14:13:17 BST. If I instead include them using creation_year in the pagespec, they are ordered correctly. - contains the src used to reproduce this, the precise ikiwiki invocation (inside Makefile) and the results (dest). + contains the src used to reproduce this, the precise ikiwiki invocation (inside Makefile) and the results (dest). -- [[JonDowland]] -- cgit v1.2.3