Merge pull request #4473 from manabusakai/fix-typo

Merge pull request 4473
This commit is contained in:
Alfred Xing 2016-02-05 09:21:44 -08:00
commit 011152e5e0
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ generate when running `jekyll build` or `jekyll serve`.
### Layout metadata
Introducing: `layout`. In Jekyll 2 and below, any metadata in the layout was munged onto
Introducing: `layout`. In Jekyll 2 and below, any metadata in the layout was merged onto
the `page` variable in Liquid. This caused a lot of confusion in the way the data was
merged and some unexpected behaviour. In Jekyll 3, all layout data is accessible via `layout`
in Liquid. For example, if your layout has `class: my-layout` in its YAML front matter,