From c1c16be54aeef9cb2f4aaafe5288ec6c0d9e2f4c Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Fri, 7 Mar 2014 14:41:39 -0800 Subject: [PATCH] optimize , charset comes first --- public/_layout.ejs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/_layout.ejs b/public/_layout.ejs index 0744d41..159e489 100644 --- a/public/_layout.ejs +++ b/public/_layout.ejs @@ -26,15 +26,15 @@ + + + <% if (typeof title != 'undefined') { -%> <%= site %>: <%= title %> <% } else { -%> <%= site %> <% } -%> - - - <% for (var i in allStyles) { -%>