diff --git a/src/pages/blog.astro b/src/pages/blog.astro index 2069217..69a0a2b 100644 --- a/src/pages/blog.astro +++ b/src/pages/blog.astro @@ -25,16 +25,7 @@ posts.sort((a, b) => new Date(b.data.pubDate).getTime() - new Date(a.data.pubDat {posts.length === 0 && ( <>
- 2025-06-08 - My Terminal Setup -
-- 2025-06-05 - The Art of Minimalism -
-- 2025-06-01 - First Post + No posts here yet
> )}