From bae479972fe09793ed84bf03a829d1d429a437c1 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 2 May 2014 11:24:18 -0400 Subject: [PATCH] Add document.output to list of liquid vars in output. CLoses #2232. --- site/docs/collections.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/site/docs/collections.md b/site/docs/collections.md index 847256cb..cfbcd3a7 100644 --- a/site/docs/collections.md +++ b/site/docs/collections.md @@ -155,13 +155,23 @@ In addition to any YAML front-matter provided in the document's corresponding fi

- The content of the document. If no YAML front-matter is provided, + The (unrendered) content of the document. If no YAML front-matter is provided, this is the entirety of the file contents. If YAML front-matter is used, then this is all the contents of the file after the terminating `---` of the front-matter.

+ + +

output

+ + +

+ The rendered output of the document, based on the content. +

+ +

path