mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-29 23:16:51 +00:00
黑暗模式
This commit is contained in:
@@ -35,7 +35,7 @@ export default function BlogListPage(props) {
|
||||
.replace('.html', '')
|
||||
|
||||
return (
|
||||
<div className='w-full md:pr-8 mb-12'>
|
||||
<div className='w-full md:pr-8 mb-12 px-5'>
|
||||
<div id='posts-wrapper'>
|
||||
{posts?.map((p, index) => (
|
||||
<div key={p.id}>
|
||||
|
||||
Reference in New Issue
Block a user