From 4a8b7f83f84da3f97719ea676591ff434f6667e7 Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Thu, 8 Nov 2018 14:23:06 +0800 Subject: [PATCH] read more button --- layout/_partial/post.ejs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/layout/_partial/post.ejs b/layout/_partial/post.ejs index b94c8e5..a502def 100755 --- a/layout/_partial/post.ejs +++ b/layout/_partial/post.ejs @@ -19,7 +19,10 @@ <%- post.excerpt || post.content %> <% if (post.excerpt) { %>
- READ MORE + + + 阅读全文 +
<% } %>