From c4129161ecf2744b363913b98b277ece92521783 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sun, 16 Mar 2014 09:38:03 -0400 Subject: [PATCH] fix jade doctype --- templates/layout.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/layout.jade b/templates/layout.jade index 525d7a7..ce6b5fa 100644 --- a/templates/layout.jade +++ b/templates/layout.jade @@ -1,4 +1,4 @@ -!!! 5 +doctype html block vars - var bodyclass = null; html(lang='en')