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 %> -
-

+

<% } -%>