Update PostLayout.astro

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