重新排版优化

This commit is contained in:
tangly1024
2021-10-14 17:36:39 +08:00
parent 6f5e1b3f39
commit a07894bd46
20 changed files with 184 additions and 168 deletions

View File

@@ -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>
)
}