Update variables.md

Fix typo 'page' => 'layout'
This commit is contained in:
Fabrice Laporte 2016-12-13 11:14:16 +01:00 committed by GitHub
parent 4f0a7439aa
commit 86d45a5989
1 changed files with 1 additions and 1 deletions

View File

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