Skip to content

Commit

Permalink
fix: blog about page layout props
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Oct 31, 2023
1 parent 79b45d7 commit 63e901f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/studio-template-blog/src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ import Layout from '../layouts/BlogPost.astro';
<Layout
title="About Me"
description="Lorem ipsum dolor sit amet"
pubDate={new Date('August 08 2021')}
publishedAt={new Date('August 08 2021')}
heroImage="/blog-placeholder-about.jpg"
updatedAt={null}
heroImage={null}
>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
Expand Down

0 comments on commit 63e901f

Please sign in to comment.