diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-06-10 02:24:07 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-06-10 02:24:07 +0200 |
commit | c5e94b1db232921a4c5eb7f5aa620055e76b3414 (patch) | |
tree | c1564dea1afba01ef7c7432a23a1e0795152d6b6 /man | |
parent | cab17026f64ba78bfd9dcac6327607af8e396ebd (diff) | |
download | blogc-c5e94b1db232921a4c5eb7f5aa620055e76b3414.tar.gz blogc-c5e94b1db232921a4c5eb7f5aa620055e76b3414.tar.bz2 blogc-c5e94b1db232921a4c5eb7f5aa620055e76b3414.zip |
Revert "make: disable pagination rules if <= 0 posts per page"
This reverts commit cab17026f64ba78bfd9dcac6327607af8e396ebd.
Poorly implemented :/
Diffstat (limited to 'man')
-rw-r--r-- | man/blogcfile.5.ronn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/blogcfile.5.ronn b/man/blogcfile.5.ronn index bb1592e..2836bad 100644 --- a/man/blogcfile.5.ronn +++ b/man/blogcfile.5.ronn @@ -50,7 +50,7 @@ however these rules can be customized with the following settings, from the * `atom_posts_per_page` (default: `10`): Number of posts per page in the Atom feeds. If negative, all the posts are - included. If negative or `0`, the `atom` and `atom_tags` build rules are disabled. + included. If `0`, no posts are include. * `atom_prefix` (default: `atom`): The prefix of the generated Atom feeds. It is relative to the output @@ -100,8 +100,8 @@ however these rules can be customized with the following settings, from the * `posts_per_page` (default: `10`): Number of posts per page in the pagination pages. If negative, all the posts - are included. If negative or `0`, the `index` and `pagination` build rules - are disabled. + are included. If `0`, no posts are included. Also, if negative or `0`, the + `pagination` build rule is disabled. * `source_ext` (default: `.txt`): The extension of the source files. |