Skip to content

Commit

Permalink
fixing pagetitles
Browse files Browse the repository at this point in the history
  • Loading branch information
thelocalgodd committed Jun 7, 2024
1 parent db76986 commit 83e7fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/BlogLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { frontmatter } = Astro.props;
---

<BaseLayout
pageTitle={`blog | ${frontmatter.title}`}
pageTitle={`post | ${frontmatter.title}`}
image="/blog-placeholder.png"
>
<li
Expand Down

0 comments on commit 83e7fc9

Please sign in to comment.