Correct variable reference.

This commit is contained in:
Parker Moore 2016-05-19 17:15:33 -07:00
parent ca0b1f7ea6
commit f2d08cf138
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ following is a reference of the available data.
</p>
<p>
If you specify front matter in a layout, access that via <code>page</code>
If you specify front matter in a layout, access that via <code>layout</code>.
For example, if you specify <code>class: full_page</code>
in a pages front matter, that value will be available as
<code>layout.class</code> in the layout and its parents.