Update PostLayout.astro

This commit is contained in:
2026-06-16 23:33:15 +08:00
committed by GitHub
parent 9859bc6ad6
commit 93c40fb791
+6 -5
View File
@@ -77,9 +77,10 @@ const structuredData = {
></script>
</Fragment>
<slot />
<div class="max-w-3xl mx-auto px-4 mt-8 w-full">
<Comment />
</div>
<main>
<slot />
<div class="max-w-3xl mx-auto px-4 mt-8 w-full">
<Comment />
</div>
</main>
</Layout>