Adding to pagination note: Cannot include collections

Adding a sentence to the paragraph to clarify, that pagination is restricted to posts and that it can't contain collections.
This commit is contained in:
Philipp Rudloff 2014-05-11 22:14:03 +02:00
parent a9cf8c4c04
commit 5e2c03635f
1 changed files with 3 additions and 2 deletions

View File

@ -119,11 +119,12 @@ attributes:
</div> </div>
<div class="note info"> <div class="note info">
<h5>Pagination does not support tags, categories or collections</h5> <h5>Pagination does not support tags or categories</h5>
<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