Skip to content

Commit

Permalink
fix random break?
Browse files Browse the repository at this point in the history
  • Loading branch information
stirlhoss committed Oct 31, 2024
1 parent 463d718 commit 63de14f
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 @@ -4,7 +4,7 @@ import Layout from "./Layout.astro"
const {frontmatter} = Astro.props
---

<Layout title="{frontmatter.title}">
<Layout title={frontmatter.title}>
<main>
<titleBlock>
<h1>{frontmatter.title}</h1>
Expand Down

0 comments on commit 63de14f

Please sign in to comment.