Merge pull request #5657 from Kraymer/patch-1

Merge pull request 5657
This commit is contained in:
jekyllbot 2016-12-13 05:42:16 -08:00 committed by GitHub
commit fa32e14e7f
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>