Merge pull request #5882 from felicianotech/posts-is-collection

Merge pull request 5882
This commit is contained in:
jekyllbot 2017-02-14 02:34:14 -05:00 committed by GitHub
commit 8816a24f53
1 changed files with 9 additions and 0 deletions

View File

@ -321,6 +321,15 @@ you specified in your `_config.yml` (if present) and the following information:
</table>
</div>
<div class="note info">
<h5>A Hard-Coded Collection</h5>
<p>In addition to any collections you create yourself, the
<code>posts</code> collection is hard-coded into Jekyll. It exists whether
you have a <code>_posts</code> directory or not. This is something to note
when iterating through <code>site.collections</code> as you may need to
filter it out.</p>
</div>
### Documents