diff --git a/themes/medium/components/BlogPostCard.js b/themes/medium/components/BlogPostCard.js index 2d27cd23..2f9155ec 100644 --- a/themes/medium/components/BlogPostCard.js +++ b/themes/medium/components/BlogPostCard.js @@ -29,10 +29,10 @@ const BlogPostCard = ({ post, showSummary }) => { 'cursor-pointer font-bold hover:underline text-3xl leading-tight text-gray-700 dark:text-gray-300 hover:text-green-500 dark:hover:text-green-400' }>
-
+ {CONFIG_MEDIUM.POST_LIST_COVER &&
{/* eslint-disable-next-line @next/next/no-img-element */} -
+
} {post.title}