diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-03-20 23:00:17 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-03-20 23:00:17 +0100 |
commit | 14b3aea798c0999f56a5555d90db3c332966d085 (patch) | |
tree | 3e012ddd9083bb6b22b7d7132790584eed0454cd /man/blogc-make.1.ronn | |
parent | 4c9ae70d3f7b99635f68796c8fca072a1baaf009 (diff) | |
download | blogc-14b3aea798c0999f56a5555d90db3c332966d085.tar.gz blogc-14b3aea798c0999f56a5555d90db3c332966d085.tar.bz2 blogc-14b3aea798c0999f56a5555d90db3c332966d085.zip |
make: allow to disable pagination by setting posts_per_page<0
Diffstat (limited to 'man/blogc-make.1.ronn')
-rw-r--r-- | man/blogc-make.1.ronn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/blogc-make.1.ronn b/man/blogc-make.1.ronn index ca9c4da..2d51992 100644 --- a/man/blogc-make.1.ronn +++ b/man/blogc-make.1.ronn @@ -89,8 +89,8 @@ The rule passes the following helper variables to blogc(1): ### pagination -Build pagination pages from posts. This rule will be disabled if -`posts_per_page` is negative or `0` in blogcfile(5). +Build pagination pages from posts. This rule is disabled if `posts_per_page` +value in blogcfile(5) is negative or `0`. The rule passes the following helper variables to blogc(1): |