diff --git a/src/layouts/BlogPost.astro b/src/layouts/BlogPost.astro index 5e6bb0b..30285c4 100644 --- a/src/layouts/BlogPost.astro +++ b/src/layouts/BlogPost.astro @@ -9,6 +9,32 @@ const { title, description, pubDate, updatedDate, gitLink } = Astro.props; + + @@ -24,28 +50,3 @@ const { title, description, pubDate, updatedDate, gitLink } = Astro.props; - diff --git a/src/pages/index.astro b/src/pages/index.astro index f374926..e1b2475 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -71,6 +71,97 @@ if (response.ok) { +
@@ -113,94 +204,4 @@ if (response.ok) { - +