diff --git a/site/docs/pagination.md b/site/docs/pagination.md index 38b1cd14..b0efad9b 100644 --- a/site/docs/pagination.md +++ b/site/docs/pagination.md @@ -119,11 +119,12 @@ attributes:
-
Pagination does not support tags, categories or collections
+
Pagination does not support tags or categories

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