diff --git a/History.markdown b/History.markdown index 2af5aad93bd..59b5942ec1c 100644 --- a/History.markdown +++ b/History.markdown @@ -7,6 +7,7 @@ ### Site Enhancements * Display latest version in header (#6676) + * Update version in `config.yml` via YAML load / dump (#6677) ## 3.7.0 / 2018-01-02 diff --git a/docs/_docs/collections.md b/docs/_docs/collections.md index 30ea5592c65..2a5697827da 100644 --- a/docs/_docs/collections.md +++ b/docs/_docs/collections.md @@ -55,6 +55,12 @@ defaults: in my_collections/_recipes for the recipes collection.

+
+
Be sure to move posts into custom collection 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/_post.

+
+ ### Step 2: Add your content {#step2} Create a corresponding folder (e.g. `/_my_collection`) and add