Merge pull request #4903 from jehartzog/fix-pagination-docs

Merge pull request 4903
This commit is contained in:
jekyllbot 2016-05-17 11:07:42 -07:00
commit cb80934277
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 <code>hidden: true</code> 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>