diff --git a/docs/_docs/collections.md b/docs/_docs/collections.md index c64abd23..97ca6ecb 100644 --- a/docs/_docs/collections.md +++ b/docs/_docs/collections.md @@ -321,6 +321,15 @@ you specified in your `_config.yml` (if present) and the following information: +
+
A Hard-Coded Collection
+

In addition to any collections you create yourself, the + posts collection is hard-coded into Jekyll. It exists whether + you have a _posts directory or not. This is something to note + when iterating through site.collections as you may need to + filter it out.

+
+ ### Documents