delete post page
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user