diff --git a/themes/medium/LayoutArchive.js b/themes/medium/LayoutArchive.js index 2f4abb2a..78c73360 100644 --- a/themes/medium/LayoutArchive.js +++ b/themes/medium/LayoutArchive.js @@ -24,7 +24,7 @@ export const LayoutArchive = props => { }) return ( -
+
{Object.keys(archivePosts).map(archiveTitle => (
{
{/* 移动端顶部菜单 */} -
+
{slotTop} {children}
diff --git a/themes/medium/LayoutCategoryIndex.js b/themes/medium/LayoutCategoryIndex.js index 5dc91f81..745c2c78 100644 --- a/themes/medium/LayoutCategoryIndex.js +++ b/themes/medium/LayoutCategoryIndex.js @@ -6,7 +6,7 @@ export const LayoutCategoryIndex = (props) => { const { categories } = props const { locale } = useGlobal() return -
+
{locale.COMMON.CATEGORY}:
diff --git a/themes/medium/LayoutTagIndex.js b/themes/medium/LayoutTagIndex.js index 2c754495..1667dc63 100644 --- a/themes/medium/LayoutTagIndex.js +++ b/themes/medium/LayoutTagIndex.js @@ -7,7 +7,7 @@ export const LayoutTagIndex = props => { const { locale } = useGlobal() return ( -
+
{locale.COMMON.TAGS}: diff --git a/themes/medium/components/BlogPostCard.js b/themes/medium/components/BlogPostCard.js index 9ad4c46c..7cbadf83 100644 --- a/themes/medium/components/BlogPostCard.js +++ b/themes/medium/components/BlogPostCard.js @@ -15,7 +15,7 @@ const BlogPostCard = ({ post, showSummary }) => { key={post.id} className="animate__animated animate__fadeIn duration-300 mb-6 max-w-7xl border-b dark:border-gray-800 " > -