diff options
author | Jonas Smedegaard <dr@jones.dk> | 2021-03-23 12:02:16 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2021-03-23 12:02:16 +0100 |
commit | cfb353f1bdb43c32b0afae7f70976f2d9ddd5aec (patch) | |
tree | 64ffc1817b6258e3b987c8da2432454b0d1cba47 /ikiwiki | |
parent | ee05a460b6e375112fdc519bb8e71c0b92d32c1b (diff) |
sync with ikiwiki 3.20171001
Diffstat (limited to 'ikiwiki')
-rw-r--r-- | ikiwiki/pagespec/sorting.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki/pagespec/sorting.mdwn b/ikiwiki/pagespec/sorting.mdwn index 0c6cc74..9173ab5 100644 --- a/ikiwiki/pagespec/sorting.mdwn +++ b/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. |