Merge pull request #2389 from kleinfreund/patch-1

This commit is contained in:
Parker Moore 2014-05-21 01:09:54 -04:00
commit f416c686af
1 changed files with 2 additions and 1 deletions

View File

@ -123,7 +123,8 @@ attributes:
<p>Pagination pages through every post in the <code>posts</code> <p>Pagination pages through every post in the <code>posts</code>
variable regardless of variables defined in the YAML Front Matter of variable regardless of variables defined in the YAML Front Matter of
each. It does not currently allow paging over groups of posts linked each. It does not currently allow paging over groups of posts linked
by a common tag or category.</p> by a common tag or category. It cannot include any collection of
documents because it is restricted to posts.</p>
</div> </div>
## Render the paginated Posts ## Render the paginated Posts