🐛 Fixed helmet not showing unique page-title

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
Sid 2025-06-19 20:33:00 +02:00
parent d496e960e7
commit 2970e3043c
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6
14 changed files with 29 additions and 19 deletions

View file

@ -36,7 +36,7 @@ const booksByYear = booksRead.reduce((acc, book) => {
const sortedYears = Object.keys(booksByYear).sort((a: any, b: any) => b - a);
---
<SectionContainer>
<SectionContainer title="bookshelf" description="stuff i read">
<main class="flex flex-col flex-1 gap-4 mt-4">
<h1 class="text-3xl font-extrabold">[ Bookshelf ]</h1>
<h2 class="text-xl font-semibold">on the shelf</h2>