diff options
Diffstat (limited to 'man/blogc-make.1.ronn')
-rw-r--r-- | man/blogc-make.1.ronn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/blogc-make.1.ronn b/man/blogc-make.1.ronn index 76f2f37..d44b685 100644 --- a/man/blogc-make.1.ronn +++ b/man/blogc-make.1.ronn @@ -114,6 +114,18 @@ The rule passes the following helper variables to blogc(1): * `MAKE_TYPE`: `post` +### pagination_tags + +Build pagination pages for each tag 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): + + * `MAKE_RULE`: + `pagination_tags` + * `MAKE_TYPE`: + `post` + ### posts Build individual pages for each post. |