mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-26 15:09:57 +00:00
heo-theme
This commit is contained in:
@@ -20,7 +20,7 @@ const BlogPostListPage = ({ page = 1, posts = [], postCount, siteInfo }) => {
|
||||
return (
|
||||
<div id="container" className='w-full'>
|
||||
{/* 文章列表 */}
|
||||
<div className="lg:grid lg:grid-cols-2">
|
||||
<div className="lg:grid lg:grid-cols-2 gap-5">
|
||||
{posts?.map(post => (
|
||||
<BlogPostCard index={posts.indexOf(post)} key={post.id} post={post} siteInfo={siteInfo}/>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user