🐛 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
|
@ -3,7 +3,7 @@ import SectionContainer from "../components/SectionContainer.astro";
|
|||
import resume from "../data/resume.json";
|
||||
---
|
||||
|
||||
<SectionContainer>
|
||||
<SectionContainer title="cv" description="my resume">
|
||||
<main class="flex flex-col gap-2 mt-4 cv">
|
||||
<h1 class="text-3xl font-extrabold">{resume.basics.name}</h1>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue