From 9ec7969c09c4de2f40bff94bd84ab76b9c33f870 Mon Sep 17 00:00:00 2001 From: Ricardo N Feliciano Date: Sat, 11 Feb 2017 00:06:48 -0500 Subject: [PATCH] Add note to collections doc on hard-coded collections. --- docs/_docs/collections.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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