From 6bd7c45dd6c477c2f288a26f9dddcaff6b14d73e Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 13 Aug 2026 20:24:43 -0700 Subject: migrate codebase to astro blog v7 --- src/pages/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pages/index.astro') diff --git a/src/pages/index.astro b/src/pages/index.astro index ec63ed6..1ef4af0 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -48,7 +48,7 @@ const microposts = (await getCollection("micro")).sort( .map((post) => (
  • - {post.data.title} + {post.data.title}
  • )) .reverse() @@ -64,7 +64,7 @@ const microposts = (await getCollection("micro")).sort( .map((post) => (
  • - {post.data.title} + {post.data.title}
  • )) .reverse() -- cgit v1.2.3