From 583fe84edc7e4a80803907317edc29275cef7b37 Mon Sep 17 00:00:00 2001 From: EricH Date: Mon, 16 May 2016 14:06:27 -0400 Subject: [PATCH 1/2] Corrected pagination docs for hidden: true feature --- site/_docs/pagination.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/_docs/pagination.md b/site/_docs/pagination.md index 25482d01..35361b2b 100644 --- a/site/_docs/pagination.md +++ b/site/_docs/pagination.md @@ -133,8 +133,8 @@ attributes:
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 + 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.

From eab2b438c958166bf034cfbf78fe17f74f3ef7d5 Mon Sep 17 00:00:00 2001 From: EricH Date: Tue, 17 May 2016 13:54:42 -0400 Subject: [PATCH 2/2] Replaced markdown ` with inside HTML block --- 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 35361b2b..1ef2d496 100644 --- a/site/_docs/pagination.md +++ b/site/_docs/pagination.md @@ -133,7 +133,7 @@ attributes:
Pagination does not support tags or categories

Pagination pages through every post in the posts - variable unless a post has `hidden: true` in its YAML Front Matter. + 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.