From b1eeb52afa1c018e6c4119cdcb12011705e55b19 Mon Sep 17 00:00:00 2001 From: bisnsh Date: Wed, 18 Feb 2026 20:30:16 +0800 Subject: [PATCH] delete post page --- src/components/home/writings.astro | 2 - src/components/posts-loop.astro | 94 ------------------------------ src/pages/index.astro | 3 - src/pages/posts.astro | 2 - 4 files changed, 101 deletions(-) delete mode 100644 src/components/posts-loop.astro diff --git a/src/components/home/writings.astro b/src/components/home/writings.astro index d3a3ccd..202d064 100644 --- a/src/components/home/writings.astro +++ b/src/components/home/writings.astro @@ -1,6 +1,5 @@ --- import Button from "../button.astro"; -import PostsLoop from "../posts-loop.astro"; const feed = "https://feed.miantiao.me/"; --- @@ -21,7 +20,6 @@ const feed = "https://feed.miantiao.me/"; class="flex flex-col items-start justify-start md:flex-row md:space-x-7" >
-