From fd19878cd9c7f7cd1aefb8950f9dd47e8be094e6 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Tue, 27 Feb 2024 15:15:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/fukasawa/components/ArticleDetail.js | 2 +- themes/matery/components/BlogPostCard.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/themes/fukasawa/components/ArticleDetail.js b/themes/fukasawa/components/ArticleDetail.js index fb038e3d..a378af5a 100644 --- a/themes/fukasawa/components/ArticleDetail.js +++ b/themes/fukasawa/components/ArticleDetail.js @@ -27,7 +27,7 @@ export default function ArticleDetail(props) {
{post?.type && !post?.type !== 'Page' && post?.pageCover && (
- +
)} diff --git a/themes/matery/components/BlogPostCard.js b/themes/matery/components/BlogPostCard.js index d66ee6db..9ecdf6f0 100644 --- a/themes/matery/components/BlogPostCard.js +++ b/themes/matery/components/BlogPostCard.js @@ -52,8 +52,7 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => {
{(!showPreview || showSummary) && post.summary && ( -

+

{post.summary}

)}