diff --git a/src/layouts/BlogPost.astro b/src/layouts/BlogPost.astro index c708b29..2831105 100644 --- a/src/layouts/BlogPost.astro +++ b/src/layouts/BlogPost.astro @@ -10,29 +10,40 @@ type Props = CollectionEntry<'blog'>['data']; const { title, description, pubDate, updatedDate, heroImage } = Astro.props; --- +
-
+
{heroImage && }
+
-
- { pubDate && } - { - updatedDate && ( -
- Last updated on -
- ) - } -
-

{title}

+

{title}


- +
+ +