From c583b86ec9479516188624db727c671788e007eb Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Thu, 8 Nov 2018 11:16:46 +0800 Subject: [PATCH] update --- layout/_partial/article.ejs | 16 +++++++--------- layout/_partial/header.ejs | 8 ++------ source/less/_header.less | 9 +++++---- source/less/_main.less | 14 +++++++++----- 4 files changed, 23 insertions(+), 24 deletions(-) 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) %>

+ <% } %>