diff --git a/themes/hexo/components/BlogPostCardInfo.js b/themes/hexo/components/BlogPostCardInfo.js index e55394c1..88ceaeed 100644 --- a/themes/hexo/components/BlogPostCardInfo.js +++ b/themes/hexo/components/BlogPostCardInfo.js @@ -9,7 +9,7 @@ import TagItemMini from './TagItemMini' * @returns */ export const BlogPostCardInfo = ({ post, showPreview, showPageCover, showSummary }) => { - return
+ return
{/* 标题 */} diff --git a/themes/matery/components/BlogPostCard.js b/themes/matery/components/BlogPostCard.js index b3941fdc..194afe9f 100644 --- a/themes/matery/components/BlogPostCard.js +++ b/themes/matery/components/BlogPostCard.js @@ -11,7 +11,7 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => { if (post && !post.page_cover) { post.page_cover = siteInfo?.pageCover } - const showPageCover = CONFIG_MATERY.POST_LIST_COVER && !showPreview && post?.page_cover + const showPageCover = CONFIG_MATERY.POST_LIST_COVER && post?.page_cover const delay = (index % 3) * 300 return (