diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-04-12 15:03:42 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-04-12 15:03:42 -0400 |
commit | 5ce4c89dee82119a2f1147094eda82a735ea8098 (patch) | |
tree | 7e81ff0f0693750e81acbd83b62500e224ac6955 | |
parent | df022df35e3e3fd1d2916e762a2359f23a84a955 (diff) | |
parent | 9060cb0cf8f73fca276719dd92dfae9b48d64d38 (diff) | |
download | ikiwiki-5ce4c89dee82119a2f1147094eda82a735ea8098.tar ikiwiki-5ce4c89dee82119a2f1147094eda82a735ea8098.tar.gz |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
-rw-r--r-- | doc/ikiwiki/pagespec/sorting.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ikiwiki/pagespec/sorting.mdwn b/doc/ikiwiki/pagespec/sorting.mdwn index 37995f1e8..ccd7f7eaa 100644 --- a/doc/ikiwiki/pagespec/sorting.mdwn +++ b/doc/ikiwiki/pagespec/sorting.mdwn @@ -4,7 +4,9 @@ specifying the order that matching pages are shown in. The following sort orders can be specified. * `age` - List pages from the most recently created to the oldest. + * `mtime` - List pages with the most recently modified first. + * `title` - Order by title (page name). [[!if test="enabled(sortnaturally)" then=""" * `title_natural` - Orders by title, but numbers in the title are treated |