From 8de960039d4e26ba2cea2c029c674c41978a7299 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 1a19a165..aacdaf53 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,7 +10,7 @@ {% include head/custom.html %} - + {% include browser-upgrade.html %} {% include masthead.html %}