This commit is contained in:
Manabu Sakai 2016-02-05 16:11:16 +09:00
parent bffd34bfbf
commit 71e04760c9
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 ### 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 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` 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, in Liquid. For example, if your layout has `class: my-layout` in its YAML front matter,