diff options
author | Simon McVittie <smcv@debian.org> | 2010-03-24 00:29:10 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2010-03-24 00:29:10 +0000 |
commit | e67a9382f67e745af3be7d367fe7a0d36c1777e6 (patch) | |
tree | a8c244b493dbc96b13488df948f5ac90718df45a /doc/ikiwiki/pagespec | |
parent | e74a85c671cf9fe1e445ad183d66e059beaec2f9 (diff) |
Allow hooks to add sorting functions to pagespec_match_list
Diffstat (limited to 'doc/ikiwiki/pagespec')
-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 697818a2a..9007c23bf 100644 --- a/doc/ikiwiki/pagespec/sorting.mdwn +++ b/doc/ikiwiki/pagespec/sorting.mdwn @@ -10,4 +10,6 @@ orders can be specified. installed. Orders by title, but numbers in the title are treated as such, ("1 2 9 10 20" instead of "1 10 2 20 9") +Plugins can add additional sort orders. + [[!meta robots="noindex, follow"]] |