diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-20 18:07:45 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-20 18:07:45 -0500 |
commit | 5d5732d67313a66f8acbb9b78ca3ed97c636f61a (patch) | |
tree | 146c938caa08e5416d2f03ca8b3f33a10e9081f5 /doc | |
parent | 0f03af381625bc16d51140a949ded304c3686e7b (diff) | |
parent | dd4dff03506c5c8f9dee1fa59548e4e653bb0053 (diff) | |
download | ikiwiki-5d5732d67313a66f8acbb9b78ca3ed97c636f61a.tar ikiwiki-5d5732d67313a66f8acbb9b78ca3ed97c636f61a.tar.gz |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/inline_sort_order_and_meta_date_value.mdwn | 14 |
1 files changed, 14 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 e8befe8d5..6357acdee 100644 --- a/doc/bugs/inline_sort_order_and_meta_date_value.mdwn +++ b/doc/bugs/inline_sort_order_and_meta_date_value.mdwn @@ -26,3 +26,17 @@ If I instead include them using creation_year in the pagespec, they are ordered <http://alcopop.org/~jon/repro2/> contains the src used to reproduce this, the precise ikiwiki invocation (inside Makefile) and the results (dest). -- [[users/Jon]] + + +> On Ikiwiki 2.53.3 (Debian Lenny), my inlines are also sorted using mtime +> by default -- despite what the [[documentation|/ikiwiki/directive/inline]] +> says -- but setting the supposed default sort order manually produces the +> correct results. For example, the following inline sorts my blog +> entires using their meta date or ctime: +> +> inline pages="blog/*" show="10" sort="age" +> +> I'll try to look at the code this weekend and see if age is really the +> default sort order. +> +> -- [David A. Harding](http://dtrt.org), 2008-12-20 |