From a9cf8c4c04a22dd91d5e45807bc9dd1bc5e877d2 Mon Sep 17 00:00:00 2001 From: Philipp Rudloff Date: Sun, 11 May 2014 10:10:06 +0200 Subject: [PATCH 1/2] Add collections to info about pagination support. Currently: _Pagination does not support tags or categories_ Proposed: _Pagination does not support tags, categories or collections_ Maybe in the future? Related: #2376 --- site/docs/pagination.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/pagination.md b/site/docs/pagination.md index ccd8ba74..38b1cd14 100644 --- a/site/docs/pagination.md +++ b/site/docs/pagination.md @@ -119,7 +119,7 @@ attributes:
-
Pagination does not support tags or categories
+
Pagination does not support tags, categories or collections

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 From 5e2c03635f043942adf112500fa1008a4091d298 Mon Sep 17 00:00:00 2001 From: Philipp Rudloff Date: Sun, 11 May 2014 22:14:03 +0200 Subject: [PATCH 2/2] Adding to pagination note: Cannot include collections Adding a sentence to the paragraph to clarify, that pagination is restricted to posts and that it can't contain collections. --- site/docs/pagination.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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