diff --git a/src/components/BaseFooter.astro b/src/components/BaseFooter.astro index 484f69e..d2b9d6e 100644 --- a/src/components/BaseFooter.astro +++ b/src/components/BaseFooter.astro @@ -1,16 +1,16 @@ diff --git a/src/pages/index.astro b/src/pages/index.astro index 94a51dd..b008d90 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -11,10 +11,13 @@ const posts = [ --- - + { posts.map((post) => ( - + {post.title} {post.date} {post.summary} @@ -25,8 +28,20 @@ const posts = [
{post.date}
{post.summary}