🐛 Fixed helmet not showing unique page-title
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
d496e960e7
commit
2970e3043c
14 changed files with 29 additions and 19 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue