diff --git a/src/components/BigBlogEntry.astro b/src/components/BigBlogEntry.astro index 7fc27c2..5900ffa 100644 --- a/src/components/BigBlogEntry.astro +++ b/src/components/BigBlogEntry.astro @@ -8,7 +8,7 @@ const { title, description, pubDate, slug, heroImage, tags } = Astro.props; ---
diff --git a/src/components/BlogEntry.astro b/src/components/BlogEntry.astro index c833023..ce24eb1 100644 --- a/src/components/BlogEntry.astro +++ b/src/components/BlogEntry.astro @@ -7,8 +7,8 @@ import HeroImage from "./HeroImage.astro"; const { title, description, pubDate, slug, heroImage, tags } = Astro.props; --- -
-
+
+