From 202c8d394809bbdca6b86fae25203d0a44e0c99c Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 4 Mar 2014 01:33:25 -0800 Subject: [PATCH] clearfix --- public/_layout.ejs | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/public/_layout.ejs b/public/_layout.ejs index 53d6e40..c7b9ec5 100644 --- a/public/_layout.ejs +++ b/public/_layout.ejs @@ -91,7 +91,7 @@ <%- yield %> -

+

<% } else if (typeof date != 'undefined') { -%>
@@ -100,20 +100,18 @@ <%- yield %> -

+

<% } else if (typeof title != 'undefined') { -%>

<%= title %>

<%- yield %> -
-

+

<% } else { -%>
<%- yield %> -
-

+

<% } -%>