From 15e7c30cc71155373d442b709bed623986fad13f Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 10 Mar 2016 11:26:57 -0800 Subject: [PATCH] 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! --- site/_docs/collections.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/site/_docs/collections.md b/site/_docs/collections.md index ede3ffef..87c7c8e9 100644 --- a/site/_docs/collections.md +++ b/site/_docs/collections.md @@ -303,11 +303,8 @@ file, each document has the following attributes:

- 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 render 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 output: true in the site's configuration. +