Merge pull request #4962 from samdutton/patch-1

Merge pull request 4962
This commit is contained in:
jekyllbot 2016-06-02 17:12:35 -07:00
commit fe143c4e8f
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ defaults:
</p> </p>
</div> </div>
Here, we are scoping the `values` to any file that exists in the scopes path. Since the path is set as an empty string, it will apply to **all files** in your project. You probably don't want to set a layout on every file in your project - like css files, for example - so you can also specify a `type` value under the `scope` key. Here, we are scoping the `values` to any file that exists in the path `scope`. Since the path is set as an empty string, it will apply to **all files** in your project. You probably don't want to set a layout on every file in your project - like css files, for example - so you can also specify a `type` value under the `scope` key.
{% highlight yaml %} {% highlight yaml %}
defaults: defaults: