From c56c37ee0e48bac882023de9a44a5b402eaeb59f Mon Sep 17 00:00:00 2001 From: Vincent Chu Date: Tue, 13 Sep 2016 20:38:39 -0400 Subject: [PATCH 1/2] Expose layout type as class name on body element --- _layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index d09bf3a0878f..b30531d38634 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,7 +10,7 @@ {% include head/custom.html %} - + {% include browser-upgrade.html %} {% include masthead.html %} From 2e6df4b269cacf18bbe3d7316cc892e6c7c14501 Mon Sep 17 00:00:00 2001 From: Vincent Chu Date: Tue, 13 Sep 2016 22:23:30 -0400 Subject: [PATCH 2/2] Add ability to add classes to body via front matter --- _layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index b30531d38634..420c59a6e216 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,7 +10,7 @@ {% include head/custom.html %} - + {% include browser-upgrade.html %} {% include masthead.html %}