diff --git a/public/_layout.ejs b/public/_layout.ejs index 7c0a337..53d6e40 100644 --- a/public/_layout.ejs +++ b/public/_layout.ejs @@ -88,9 +88,10 @@

→ <%= title %>

+
<%- yield %> -

+

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

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

<%= title %>

<%- yield %>
-
+

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

+
<% } -%>