From 523feadafc9960cb414be8231cd19bcdd8aacbdb Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Thu, 18 Jan 2018 16:37:36 +0000 Subject: [PATCH] Update note about naming of collections_dir. --- docs/_docs/collections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/collections.md b/docs/_docs/collections.md index d95e2739e76..bd57c302cfb 100644 --- a/docs/_docs/collections.md +++ b/docs/_docs/collections.md @@ -58,7 +58,7 @@ defaults:
Be sure to move posts into custom collections directory
-

If you specify a directory to store all your collections in the same place with collections_dir: my_collections, then you will need to move your _posts directory to my_collections/_posts.

+

If you specify a directory to store all your collections in the same place with collections_dir: my_collections, then you will need to move your _posts directory to my_collections/_posts. Note that, the name of your collections directory cannot start with an underscore (`_`).

### Step 2: Add your content {#step2}