diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro
index c2558e3..27d350b 100644
--- a/src/pages/blog/index.astro
+++ b/src/pages/blog/index.astro
@@ -8,7 +8,6 @@ const posts = (await getCollection('posts')).sort((a, b) => b.data.date.getTime(
{post.data.excerpt}Read the Rest... {post.data.excerpt}Read the Rest...{post.data.title}
@@ -16,8 +15,5 @@ const posts = (await getCollection('posts')).sort((a, b) => b.data.date.getTime(
- {post.data.title}
@@ -27,9 +26,6 @@ const posts = (await getCollection('posts')).sort((a, b) => b.data.date.getTime(
-