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:
parent
a9cf8c4c04
commit
5e2c03635f
|
@ -119,11 +119,12 @@ attributes:
|
|||
</div>
|
||||
|
||||
<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>
|
||||
variable regardless of variables defined in the YAML Front Matter of
|
||||
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>
|
||||
|
||||
## Render the paginated Posts
|
||||
|
|
Loading…
Reference in New Issue