aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2015-06-11 08:33:04 +0100
committerSimon McVittie <smcv@debian.org>2015-06-13 19:58:37 +0100
commitf2365c3e660fe0b00a051ce893cdcad0016e560e (patch)
tree9784097bbe202b2a390fea829980e16c57e861d0 /doc/ikiwiki
parent8f1d5110517877339e31e5a2650cc625858d87cb (diff)
downloadikiwiki-f2365c3e660fe0b00a051ce893cdcad0016e560e.tar
ikiwiki-f2365c3e660fe0b00a051ce893cdcad0016e560e.tar.gz
inline: change default sort order from age to "age title" for determinism
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r--doc/ikiwiki/directive/inline.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ikiwiki/directive/inline.mdwn b/doc/ikiwiki/directive/inline.mdwn
index a4632a5b4..32fecd1bf 100644
--- a/doc/ikiwiki/directive/inline.mdwn
+++ b/doc/ikiwiki/directive/inline.mdwn
@@ -94,7 +94,9 @@ Here are some less often needed parameters:
markup around it, as if it were a literal part of the source of the
inlining page.
* `sort` - Controls how inlined pages are [[sorted|pagespec/sorting]].
- The default is to sort the newest created pages first.
+ The default is to sort the newest created pages first, and if pages
+ were created in the same commit, sort them by the name of the page
+ (equivalent to `sort="age title"`).
* `reverse` - If set to "yes", causes the sort order to be reversed.
* `feedshow` - Specify the maximum number of matching pages to include in
the rss/atom feeds. The default is the same as the `show` value above.