change label to collection
To make it clear the label is of the document's collection
This commit is contained in:
parent
ff02e12389
commit
90bc9314f1
|
@ -207,7 +207,7 @@ module Jekyll
|
|||
"path" => path,
|
||||
"relative_path" => relative_path,
|
||||
"url" => url,
|
||||
"label" => collection.label
|
||||
"collection" => collection.label
|
||||
}
|
||||
else
|
||||
data
|
||||
|
|
|
@ -246,7 +246,7 @@ In addition to any YAML front-matter provided in the document's corresponding fi
|
|||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p><code>label</code></p>
|
||||
<p><code>collection</code></p>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue