aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2017-07-25 19:46:14 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2017-07-25 19:46:14 +0200
commit803eb202e9d2d96fbb0de6f0514db2f0ab959d11 (patch)
treefc7572bf8f67ae36e302f766f15be179fa0515f2 /man
parent776e8daf9454307ea344b089a57da973d163bfd7 (diff)
downloadblogc-803eb202e9d2d96fbb0de6f0514db2f0ab959d11.tar.gz
blogc-803eb202e9d2d96fbb0de6f0514db2f0ab959d11.tar.bz2
blogc-803eb202e9d2d96fbb0de6f0514db2f0ab959d11.zip
loader: added FILTER_REVERSE
Diffstat (limited to 'man')
-rw-r--r--man/blogc-pagination.7.ronn5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/blogc-pagination.7.ronn b/man/blogc-pagination.7.ronn
index db40334..80bdb16 100644
--- a/man/blogc-pagination.7.ronn
+++ b/man/blogc-pagination.7.ronn
@@ -27,6 +27,11 @@ files passed as arguments to it:
variables. The pagination filters will only act on the files with the
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.
+
## TEMPLATE VARIABLES
blogc(1) will export some global blogc-template(7) variables, that can be used