{post.summary}
-diff --git a/components/BlogPost.js b/components/BlogPost.js
index 61a85868..93494898 100644
--- a/components/BlogPost.js
+++ b/components/BlogPost.js
@@ -1,5 +1,6 @@
import BLOG from '@/blog.config'
import TagItemMini from '@/components/TagItemMini'
+import Link from 'next/link'
const BlogPost = ({ post }) => {
return (
@@ -7,16 +8,16 @@ const BlogPost = ({ post }) => {
className='animate__animated animate__fadeIn inline-block border dark:border-gray-600 my-2 w-full md:max-w-md bg-white dark:bg-gray-700 dark:hover:bg-gray-600 overflow-hidden'>
{/* 封面图 */}
{post.page_cover && post.page_cover.length > 1 && (
-
+
-
+
)}
{post.summary}
-{post.summary}
+