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} */} - +
)}