diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 2621536..e46413a 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -3,5 +3,5 @@ const today = new Date() --- diff --git a/src/pages/index.astro b/src/pages/index.astro index e1fca0d..258b56d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -10,7 +10,7 @@ const posts = await getPosts(MAX_POSTS) --- - +