From 71c7e6738aa8e500fe7c80ebbc36f53075c3f504 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Mon, 28 Mar 2022 18:02:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=BE=E7=89=87=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/hexo/components/BlogPostCard.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/hexo/components/BlogPostCard.js b/themes/hexo/components/BlogPostCard.js index 3087ea17..89580723 100644 --- a/themes/hexo/components/BlogPostCard.js +++ b/themes/hexo/components/BlogPostCard.js @@ -57,11 +57,11 @@ const BlogPostCard = ({ post, showSummary }) => { {CONFIG_HEXO.POST_LIST_COVER && !showPreview && post?.page_cover && ( - +
{/* eslint-disable-next-line @next/next/no-img-element */} - {post.title} + {post.title} {/* {post.title} */} - +
)}