diff --git a/site/docs/pagination.md b/site/docs/pagination.md index ccd8ba74..b0efad9b 100644 --- a/site/docs/pagination.md +++ b/site/docs/pagination.md @@ -123,7 +123,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 - by a common tag or category.

+ by a common tag or category. It cannot include any collection of + documents because it is restricted to posts.

## Render the paginated Posts