Skip to content

Commit

Permalink
Update src/layouts/BlogPost.astro
Browse files Browse the repository at this point in the history
Co-authored-by: Galen Winsor <[email protected]>
  • Loading branch information
hetd54 and galenwinsor authored Apr 18, 2024
1 parent aa30b24 commit 290195d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/layouts/BlogPost.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ const { title, description, pubDate, updatedDate, heroImage } = Astro.props
<Header />
<main>
<article>
<div class="hero-image">
<div>
{heroImage && <img width={1020} height={510} src={heroImage} alt="" />}
</div>
<div class="prose">
<div class="title">
<div class="date">
<div>
<div>
<div>
<FormattedDate date={pubDate} />
{
updatedDate && (
Expand Down

0 comments on commit 290195d

Please sign in to comment.