mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-30 15:10:11 +00:00
feature:
添加大量可配置项
This commit is contained in:
@@ -75,7 +75,7 @@ const Index = ({ allPosts, tags, categories }) => {
|
||||
<BlogPostArchive key={archiveTitle} posts={archivePosts[archiveTitle]} archiveTitle={archiveTitle}/>
|
||||
))}
|
||||
</div>
|
||||
{BLOG.showPet && <Live2D/>}
|
||||
<Live2D/>
|
||||
</BaseLayout>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@ export async function getStaticProps () {
|
||||
const Index = ({ allPosts, tags, meta, categories }) => {
|
||||
return (
|
||||
<BaseLayout
|
||||
headerSlot={<Header />}
|
||||
headerSlot={BLOG.home.showHomeBanner && <Header />}
|
||||
meta={meta}
|
||||
tags={tags}
|
||||
totalPosts={allPosts}
|
||||
|
||||
Reference in New Issue
Block a user