diff --git a/site/_docs/variables.md b/site/_docs/variables.md index f068aeb6..f3ead4c7 100644 --- a/site/_docs/variables.md +++ b/site/_docs/variables.md @@ -338,7 +338,7 @@ following is a reference of the available data.

- If you specify front matter in a layout, access that via page + If you specify front matter in a layout, access that via layout. For example, if you specify class: full_page in a page’s front matter, that value will be available as layout.class in the layout and its parents.