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,
|
"path" => path,
|
||||||
"relative_path" => relative_path,
|
"relative_path" => relative_path,
|
||||||
"url" => url,
|
"url" => url,
|
||||||
"label" => collection.label
|
"collection" => collection.label
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
data
|
data
|
||||||
|
|
|
@ -246,7 +246,7 @@ In addition to any YAML front-matter provided in the document's corresponding fi
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<p><code>label</code></p>
|
<p><code>collection</code></p>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue