From 41f85e2876e41da22f6b95787d59aba33f1fe405 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 3 Mar 2014 23:50:04 -0800 Subject: [PATCH] tweak style, add a symbol to denote the end of content --- public/_layout.ejs | 14 +++++++++----- public/css/style.css.less | 25 ++++++++++++++++++++++--- 2 files changed, 31 insertions(+), 8 deletions(-) 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 %>
-
+

+
<% } -%>