mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-02 23:16:51 +00:00
重新排版优化
This commit is contained in:
@@ -83,9 +83,6 @@ const IndexLayout = ({ tags, posts, page, currentTag, ...customMeta }) => {
|
||||
|
||||
<Pagination page={page} showNext={showNext} />
|
||||
</div>
|
||||
<div className='w-full border-t '>
|
||||
<Footer />
|
||||
</div>
|
||||
</main>
|
||||
|
||||
</div>
|
||||
@@ -98,6 +95,8 @@ const IndexLayout = ({ tags, posts, page, currentTag, ...customMeta }) => {
|
||||
<JumpToTop targetRef={targetRef} showPercent={false} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Footer />
|
||||
</Container>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user