Update note about naming of collections_dir. (#6703)

Merge pull request 6703
This commit is contained in:
Paul Robert Lloyd 2018-01-19 19:22:10 +00:00 committed by jekyllbot
parent 5923160756
commit af88add273
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ defaults:
<div class="note warning">
<h5>Be sure to move posts into custom collections directory</h5>
<p>If you specify a directory to store all your collections in the same place with <code>collections_dir: my_collections</code>, then you will need to move your <code>_posts</code> directory to <code>my_collections/_posts</code>.</p>
<p>If you specify a directory to store all your collections in the same place with <code>collections_dir: my_collections</code>, then you will need to move your <code>_posts</code> directory to <code>my_collections/_posts</code>. Note that, the name of your collections directory cannot start with an underscore (`_`).</p>
</div>
### Step 2: Add your content {#step2}