diff --git a/components/BlogPost.js b/components/BlogPost.js index c94e3376..dfd1a74a 100644 --- a/components/BlogPost.js +++ b/components/BlogPost.js @@ -4,7 +4,7 @@ import Link from 'next/link' const BlogPost = ({ post }) => { return ( -
+
{/* 封面图 */} {post.page_cover && post.page_cover.length > 1 && ( diff --git a/components/SideBar.js b/components/SideBar.js index b0dbf9ca..b82ed45e 100644 --- a/components/SideBar.js +++ b/components/SideBar.js @@ -4,7 +4,7 @@ import InfoCard from '@/components/InfoCard' import TagList from '@/components/TagList' const SideBar = ({ tags, currentTag, post }) => { - return