From 57449b37cac7897528071573af45e4cc2cabd9ae Mon Sep 17 00:00:00 2001 From: Vince Chu Date: Thu, 15 Sep 2016 14:46:04 -0400 Subject: [PATCH] Add classnames to body element (#526) * Expose layout type as class name on body element * 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 d09bf3a0..420c59a6 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,7 +10,7 @@ {% include head/custom.html %} - + {% include browser-upgrade.html %} {% include masthead.html %}