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 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"
>
<div class="w-full md:w-2/3 space-y-7">
<PostsLoop count="3" />
<div class="flex items-center justify-center w-full py-5">
<Button text="View All My Writing" link="/posts" />