mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Update PostLayout.astro
This commit is contained in:
@@ -77,9 +77,14 @@ const structuredData = {
|
|||||||
></script>
|
></script>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
|
|
||||||
<slot />
|
<div class="max-w-3xl mx-auto px-4">
|
||||||
|
<slot />
|
||||||
|
</div>
|
||||||
|
|
||||||
<div style="clear: both; margin-bottom: 4rem;" class="max-w-3xl mx-auto px-4 mt-8 w-full">
|
<div
|
||||||
|
class="max-w-3xl mx-auto px-4 mt-8 pb-24"
|
||||||
|
style="clear: both; position: relative; z-index: 1;"
|
||||||
|
>
|
||||||
<Comment />
|
<Comment />
|
||||||
</div>
|
</div>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|||||||
Reference in New Issue
Block a user