diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2019-04-27 00:01:58 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2019-04-28 21:58:06 +0200 |
commit | 709b0132be333b5327bcbd1c39422edd6d19000c (patch) | |
tree | 34686f5e9f3566e372ea2d465ca0a64ee38811d5 /man | |
parent | 0cfb3dad5de015b658b0917c43fabe420781f39f (diff) | |
download | blogc-709b0132be333b5327bcbd1c39422edd6d19000c.tar.gz blogc-709b0132be333b5327bcbd1c39422edd6d19000c.tar.bz2 blogc-709b0132be333b5327bcbd1c39422edd6d19000c.zip |
blogc: added FILTER_SORT, to sort posts by DATE
Diffstat (limited to 'man')
-rw-r--r-- | man/blogc-pagination.7.ronn | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/man/blogc-pagination.7.ronn b/man/blogc-pagination.7.ronn index 4b3b4b6..cca8aba 100644 --- a/man/blogc-pagination.7.ronn +++ b/man/blogc-pagination.7.ronn @@ -30,9 +30,15 @@ files passed as arguments to it: provided tag, instead of filtering the whole file set. * `FILTER_REVERSE`: - Any string, if defined, blogc(1) will list files in reverse order. This - is always the first filter applied to the files. All the other filters will - get the files already in the reverse order, and won't care about this. + Boolean (1/y/yes/true/on), if set, blogc(1) will list files in reverse order. + This is always the first filter applied to the files. All the previous filters + will get the files already in the reverse order, and won't care about this. + + * `FILTER_SORT`: + Boolean (1/y/yes/true/on), if set, blogc(1) will sort files using the `DATE` + variable provided in the files, instead of respecting the order of the + source files provided to blogc(1). All the previous filters will get the + files already sorted, and won't care about this. ## TEMPLATE VARIABLES |