diff --git a/themes/hexo/components/BlogPostCard.js b/themes/hexo/components/BlogPostCard.js index b681d079..12da7049 100644 --- a/themes/hexo/components/BlogPostCard.js +++ b/themes/hexo/components/BlogPostCard.js @@ -11,7 +11,7 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => { post.page_cover = siteInfo?.pageCover } const showPageCover = CONFIG_HEXO.POST_LIST_COVER && post?.page_cover && !showPreview - const delay = (index % 2) * 200 + // const delay = (index % 2) * 200 console.log(showPageCover) return ( @@ -21,8 +21,8 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => { >