From 2dc9decd538ea6295232f958d74d1633e3922765 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sun, 10 Apr 2022 13:43:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A1=E7=89=87=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/hexo/components/BlogPostCard.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/hexo/components/BlogPostCard.js b/themes/hexo/components/BlogPostCard.js index d1ba0023..54a37a72 100644 --- a/themes/hexo/components/BlogPostCard.js +++ b/themes/hexo/components/BlogPostCard.js @@ -39,7 +39,8 @@ const BlogPostCard = ({ post, showSummary }) => { {(!showPreview || showSummary) && ( -

+

{post.summary}

)}