Merge pull request #4473 from manabusakai/fix-typo
Merge pull request 4473
This commit is contained in:
commit
011152e5e0
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue