From 01a04be1d9eb3a5d349df6e35171635344f542ac Mon Sep 17 00:00:00 2001 From: Mohammad Eskandari Date: Thu, 23 Mar 2017 14:32:04 +0000 Subject: [PATCH] Update layout.jade "5" is not acceptable in JADE --- views/layout.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/layout.jade b/views/layout.jade index 1b7b305..a22b211 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -1,7 +1,7 @@ -doctype 5 +doctype html head title= title link(rel='stylesheet', href='/stylesheets/style.css') body - block content \ No newline at end of file + block content