Add document.output to list of liquid vars in output.

CLoses #2232.
This commit is contained in:
Parker Moore 2014-05-02 11:24:18 -04:00
parent 267b8a037f
commit bae479972f
1 changed files with 11 additions and 1 deletions

View File

@ -155,13 +155,23 @@ In addition to any YAML front-matter provided in the document's corresponding fi
</td> </td>
<td> <td>
<p> <p>
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 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 is used, then this is all the contents of the file after the terminating
`---` of the front-matter. `---` of the front-matter.
</p> </p>
</td> </td>
</tr> </tr>
<tr>
<td>
<p><code>output</code></p>
</td>
<td>
<p>
The rendered output of the document, based on the <code>content</code>.
</p>
</td>
</tr>
<tr> <tr>
<td> <td>
<p><code>path</code></p> <p><code>path</code></p>