From 28bb0f0d2cd2261896e346060f8f170783f9aaad Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Thu, 29 Nov 2018 23:54:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=91=98=E8=A6=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/_partial/post.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/_partial/post.ejs b/layout/_partial/post.ejs index a502def..34bf220 100755 --- a/layout/_partial/post.ejs +++ b/layout/_partial/post.ejs @@ -16,8 +16,8 @@
- <%- post.excerpt || post.content %> - <% if (post.excerpt) { %> + <%- post.excerpt || post.description || post.content %> + <% if (post.excerpt || post.description) { %>