Skip to content

Commit ece3ef3

Browse files
authored
Merge branch 'main' into update-buttons
2 parents cb0ccf2 + dc472e8 commit ece3ef3

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

flake.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pages/blog/[category]/[year]/[id].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const { entry } = Astro.props;
2020
const { Content } = await entry.render();
2121
---
2222

23-
<Layout title="Blog">
23+
<Layout title=`${entry.data.title} | Blog`>
2424
<PageHeader
2525
text={entry.data.title}
2626
subtext={entry.data.date

0 commit comments

Comments
 (0)