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> ></script>
</Fragment> </Fragment>
<main> <slot />
<slot />
<div class="max-w-3xl mx-auto px-4 mt-8 w-full"> <div style="clear: both; margin-bottom: 4rem;" class="max-w-3xl mx-auto px-4 mt-8 w-full">
<Comment /> <Comment />
</div> </div>
</main>
</Layout> </Layout>