From 583fe84edc7e4a80803907317edc29275cef7b37 Mon Sep 17 00:00:00 2001 From: EricH Date: Mon, 16 May 2016 14:06:27 -0400 Subject: [PATCH] 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.