delete post page

This commit is contained in:
2026-02-18 20:30:16 +08:00
parent d36278edc4
commit b1eeb52afa
4 changed files with 0 additions and 101 deletions

View File

@@ -1,6 +1,5 @@
---
import PageHeading from "../components/page-heading.astro";
import PostsLoop from "../components/posts-loop.astro";
import Layout from "../layouts/main.astro";
---
@@ -12,7 +11,6 @@ import Layout from "../layouts/main.astro";
/>
<div class="z-50 flex flex-col items-stretch w-full gap-5 my-8">
<PostsLoop count="999999999" />
</div>
</section>
</Layout>