From 86d45a59893b8bb1a3a50abbad2518b4771030f2 Mon Sep 17 00:00:00 2001 From: Fabrice Laporte Date: Tue, 13 Dec 2016 11:14:16 +0100 Subject: [PATCH] Update variables.md Fix typo 'page' => 'layout' --- docs/_docs/variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/variables.md b/docs/_docs/variables.md index 059e092b..1d4e2091 100644 --- a/docs/_docs/variables.md +++ b/docs/_docs/variables.md @@ -339,7 +339,7 @@ following is a reference of the available data. 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 + in a layout’s front matter, that value will be available as layout.class in the layout and its parents.