From f2d08cf1381044831411784b9e770d3574423baa Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 19 May 2016 17:15:33 -0700 Subject: [PATCH] Correct variable reference. --- site/_docs/variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.