From e2010830450cf685acb4a324bc8f09e87e1447c4 Mon Sep 17 00:00:00 2001 From: Alexey Zilber Date: Mon, 11 Apr 2016 10:31:05 +0800 Subject: [PATCH] doctype fix for newer node --- views/layout.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/layout.jade b/views/layout.jade index 0c0d9e8..7b92be1 100755 --- a/views/layout.jade +++ b/views/layout.jade @@ -1,8 +1,8 @@ -!!! +doctype html html head title= title link(rel='stylesheet', href='/stylesheets/style.css') script(src="http://yui.yahooapis.com/3.4.0/build/yui/yui-min.js") script(src="/javascripts/hand-brake.js") - body.yui3-skin-sam!= body \ No newline at end of file + body.yui3-skin-sam!= body