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

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>.
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.
</p>