diff --git a/site/_docs/pagination.md b/site/_docs/pagination.md index 25482d01..1ef2d496 100644 --- a/site/_docs/pagination.md +++ b/site/_docs/pagination.md @@ -133,8 +133,8 @@ attributes:
Pagination pages through every post in the posts
- variable regardless of variables defined in the YAML Front Matter of
- each. It does not currently allow paging over groups of posts linked
+ variable unless a post has hidden: true
in its YAML Front Matter.
+ It does not currently allow paging over groups of posts linked
by a common tag or category. It cannot include any collection of
documents because it is restricted to posts.