diff --git a/themes/typography/components/BlogArchiveItem.js b/themes/typography/components/BlogArchiveItem.js index fd16d6ab..c4be6c66 100644 --- a/themes/typography/components/BlogArchiveItem.js +++ b/themes/typography/components/BlogArchiveItem.js @@ -17,16 +17,15 @@ export default function BlogArchiveItem({ archiveTitle, archivePosts }) { return (
  • -
    - {post.date?.start_date}{' '} -   + className='p-1 pl-0 text-xs md:text-base items-center '> +
    {post.title} + {post.date?.start_date}
  • ) diff --git a/themes/typography/components/BlogItem.js b/themes/typography/components/BlogItem.js index 692141fa..aed75761 100644 --- a/themes/typography/components/BlogItem.js +++ b/themes/typography/components/BlogItem.js @@ -15,7 +15,7 @@ export const BlogItem = props => { const showPreview = siteConfig('POST_LIST_PREVIEW', false, NOTION_CONFIG) && post.blockMap return ( -
    +
    {/* 文章标题 */}
    @@ -46,7 +46,7 @@ export const BlogItem = props => { {/* 文章信息 */} -
    +
    发布于 @@ -81,7 +81,7 @@ export const BlogItem = props => {
    -
    +
    {!showPreview && ( <> {post.summary}