diff --git a/themes/Medium/components/BlogPostCard.js b/themes/Medium/components/BlogPostCard.js
index c71b1345..c3e2a1df 100644
--- a/themes/Medium/components/BlogPostCard.js
+++ b/themes/Medium/components/BlogPostCard.js
@@ -45,10 +45,10 @@ const BlogPostCard = ({ post, showSummary }) => {
collection: Collection
}}
/>
-
)
diff --git a/themes/NEXT/components/BlogPostCard.js b/themes/NEXT/components/BlogPostCard.js
index 8fb3ce7e..d2f2c9be 100644
--- a/themes/NEXT/components/BlogPostCard.js
+++ b/themes/NEXT/components/BlogPostCard.js
@@ -59,9 +59,9 @@ const BlogPostCard = ({ post, showSummary }) => {
/>
}
-
+
-
+
{locale.COMMON.ARTICLE_DETAIL}
diff --git a/themes/index.js b/themes/index.js
index 79876b36..e9b63872 100644
--- a/themes/index.js
+++ b/themes/index.js
@@ -3,7 +3,7 @@
*/
// export * from './Empty' // 空主题
-// export * from './NEXT'
-export * from './Fukasawa'
-// export * from './Hexo'
+export * from './NEXT'
+// export * from './Fukasawa'
// export * from './Hexo'
+// export * from './Medium'