Update PostLayout.astro

This commit is contained in:
2026-06-16 23:39:56 +08:00
committed by GitHub
parent 93c40fb791
commit 0ea3fd9106
+5 -6
View File
@@ -77,10 +77,9 @@ const structuredData = {
></script>
</Fragment>
<main>
<slot />
<div class="max-w-3xl mx-auto px-4 mt-8 w-full">
<Comment />
</div>
</main>
<slot />
<div style="clear: both; margin-bottom: 4rem;" class="max-w-3xl mx-auto px-4 mt-8 w-full">
<Comment />
</div>
</Layout>