diff options
author | tbm@179cf05cd1bd36f352bd555cee25923d4216668f <tbm@web> | 2017-08-19 09:23:20 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2017-08-19 09:23:20 -0400 |
commit | 6d5d1a217997823349757260a7ac33e9bade55f8 (patch) | |
tree | 674682c2fe93d324f1254daf905b6924677ada6c | |
parent | 11b3fe108ddf029df0006c4e50a4d3442dd9fcf9 (diff) | |
download | ikiwiki-6d5d1a217997823349757260a7ac33e9bade55f8.tar ikiwiki-6d5d1a217997823349757260a7ac33e9bade55f8.tar.gz |
Clarify how to use sorting
-rw-r--r-- | doc/ikiwiki/pagespec/sorting.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ikiwiki/pagespec/sorting.mdwn b/doc/ikiwiki/pagespec/sorting.mdwn index 0c6cc74c7..9173ab599 100644 --- a/doc/ikiwiki/pagespec/sorting.mdwn +++ b/doc/ikiwiki/pagespec/sorting.mdwn @@ -1,7 +1,7 @@ Some [[directives|ikiwiki/directive]] that use [[PageSpecs|ikiwiki/pagespec]] allow specifying the order that matching pages are shown in. The following sort -orders can be specified. +orders can be specified using the `sort` parameter: * `age` - List pages from the most recently created to the oldest. |