Merge pull request #2316 from holic/master
This commit is contained in:
commit
92eaf42cad
|
@ -284,7 +284,7 @@ defaults for your custom variables. Of course, any variable actually specified i
|
|||
the front matter overrides the defaults.
|
||||
|
||||
All defaults go under the `defaults` key, which holds a list of scope-values combinations ("default sets").
|
||||
The `scope` key defines for which files the defaults apply, limiting them by their `path` and
|
||||
The `scope` key defines for which files the defaults apply, limiting them by their source file `path` and
|
||||
optionally by their `type` (`page`, `post` or `draft`). The `values` key holds the actual list of defaults.
|
||||
|
||||
For example:
|
||||
|
|
|
@ -82,7 +82,7 @@ common tasks easier.
|
|||
<tr>
|
||||
<td>
|
||||
<p class="name"><strong>Where</strong></p>
|
||||
<p>Select all the object in an array where the key has the given.</p>
|
||||
<p>Select all the objects in an array where the key has the given value.</p>
|
||||
</td>
|
||||
<td class="align-center">
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue