diff --git a/src/layouts/News.astro b/src/layouts/News.astro index ecd71b4..0bc2c30 100644 --- a/src/layouts/News.astro +++ b/src/layouts/News.astro @@ -9,7 +9,7 @@ const { title, description, pubDate, updatedDate, heroImage } = Astro.props --- -
+
{ heroImage && (
@@ -26,6 +26,8 @@ const { title, description, pubDate, updatedDate, heroImage } = Astro.props
) } +
+ +
-