From c2be4020054f9333f85d6b5ee5d7feb233eb82e6 Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Wed, 19 Dec 2018 20:14:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E6=9F=90=E7=AF=87=E6=96=87?= =?UTF-8?q?=E7=AB=A0=E4=B8=8D=E6=98=BE=E7=A4=BAreadmore=E9=98=85=E8=AF=BB?= =?UTF-8?q?=E5=85=A8=E6=96=87=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/_partial/article.ejs | 32 +++++++++++++++++--------------- layout/_partial/post.ejs | 2 +- layout/links.ejs | 31 +++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+), 16 deletions(-) create mode 100755 layout/links.ejs diff --git a/layout/_partial/article.ejs b/layout/_partial/article.ejs index 1416c8e..8e0201f 100755 --- a/layout/_partial/article.ejs +++ b/layout/_partial/article.ejs @@ -14,6 +14,7 @@ <% } else if (post.date) { %>

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

<% } %> +