diff --git a/layout/_partial/article.ejs b/layout/_partial/article.ejs index 8dacaf8..4670d21 100755 --- a/layout/_partial/article.ejs +++ b/layout/_partial/article.ejs @@ -1,12 +1,10 @@
-

- <% if(post.title){ %> - <%= post.title %> - <% } else if (post.date) { %> - <%= date(post.date, config.date_format) %> - <% } %> -

+ <% if(post.title){ %> +

<%= post.title %>

+ <% } else if (post.date) { %> +

<%= date(post.date, config.date_format) %>

+ <% } %>