Corrected pagination docs for hidden: true feature

This commit is contained in:
EricH 2016-05-16 14:06:27 -04:00
parent 2a81fef996
commit 583fe84edc
1 changed files with 2 additions and 2 deletions

View File

@ -133,8 +133,8 @@ attributes:
<div class="note info">
<h5>Pagination does not support tags or categories</h5>
<p>Pagination pages through every post in the <code>posts</code>
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.</p>
</div>