Skip to content

Commit

Permalink
Merge branch 'main' into update-buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
SvMak authored Dec 22, 2024
2 parents cb0ccf2 + dc472e8 commit ece3ef3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/pages/blog/[category]/[year]/[id].astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const { entry } = Astro.props;
const { Content } = await entry.render();
---

<Layout title="Blog">
<Layout title=`${entry.data.title} | Blog`>
<PageHeader
text={entry.data.title}
subtext={entry.data.date
Expand Down

0 comments on commit ece3ef3

Please sign in to comment.