Fixes typo on collections

There was a line referring to the `render` key in `_config.yml` but the actual name of the key is `output`.

Thank you, @parkr!
This commit is contained in:
Aki 2016-03-10 11:26:57 -08:00 committed by Aki Rose Braun
parent b086a3b423
commit 15e7c30cc7
1 changed files with 2 additions and 5 deletions

View File

@ -303,10 +303,7 @@ file, each document has the following attributes:
</td>
<td>
<p>
The URL of the rendered collection. The file is only written to the
destination when the name of the collection to which it belongs is
included in the <code>render</code> key in the site's configuration
file.
The URL of the rendered collection. The file is only written to the destination when the collection to which it belongs has <code>output: true</code> in the site's configuration.
</p>
</td>
</tr>