diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2019-05-02 22:01:32 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2019-05-02 22:01:32 +0200 |
commit | 8c2f79f5128d49b95bd1cc69a494ef639ce9f1ed (patch) | |
tree | a8c2175904cc36bdfc99c0b9293b6034433b0a70 /man/blogcfile.5.ronn | |
parent | 3b30a38b960ed4d1012d63cd43cfb45d0755e7a8 (diff) | |
download | blogc-8c2f79f5128d49b95bd1cc69a494ef639ce9f1ed.tar.gz blogc-8c2f79f5128d49b95bd1cc69a494ef639ce9f1ed.tar.bz2 blogc-8c2f79f5128d49b95bd1cc69a494ef639ce9f1ed.zip |
man: improvements
Diffstat (limited to 'man/blogcfile.5.ronn')
-rw-r--r-- | man/blogcfile.5.ronn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/blogcfile.5.ronn b/man/blogcfile.5.ronn index fd77e1c..3d4f482 100644 --- a/man/blogcfile.5.ronn +++ b/man/blogcfile.5.ronn @@ -117,8 +117,8 @@ however these rules can be customized with the following settings, from the * `posts_sort` (default: `false`): If true, blogc(1) will sort the posts by date, despite the order of the posts - in the `[posts]` section. It is compatible with `html_order` and `atom_order` - settings. + in the `[posts]` section, in descending order. This setting is compatible with + `html_order` and `atom_order` settings, to control the order of the posts. * `source_ext` (default: `.txt`): The extension of the source files. |