change label to collection

To make it clear the label is of the document's collection
This commit is contained in:
Bud Parr 2014-06-02 14:32:52 -04:00
parent ff02e12389
commit 90bc9314f1
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>