Skip to content

Commit

Permalink
heo 微调卡片摘要样式
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Jul 7, 2024
1 parent 06463fa commit 50c687f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/heo/components/BlogPostCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => {

{/* 摘要 */}
{(!showPreview || showSummary) && (
<main className='line-clamp-2 replace my-3 2xl:my-1 text-gray-700 dark:text-gray-300 text-sm font-light leading-tight'>
<main className='line-clamp-2 replace text-gray-700 dark:text-gray-300 text-sm font-light leading-tight'>
{post.summary}
</main>
)}
Expand Down

0 comments on commit 50c687f

Please sign in to comment.