From 5e2c03635f043942adf112500fa1008a4091d298 Mon Sep 17 00:00:00 2001 From: Philipp Rudloff Date: Sun, 11 May 2014 22:14:03 +0200 Subject: [PATCH] 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