From ca0b1f7ea691012234a642d8f90e7617f21f7ffe Mon Sep 17 00:00:00 2001
From: Parker Moore
layout
+ + Layout specific information + the YAML front + matter. Custom variables set via the YAML Front Matter in + layouts will be available here. + +
content
@@ -326,6 +336,14 @@ following is a reference of the available data.
page.custom_css
.
+
+ If you specify front matter in a layout, access that via page
+ 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.
+
+