feat: added header titles to all routes
All checks were successful
Gitea Actions Demo / Build (push) Successful in 1m14s
Gitea Actions Demo / Upload (push) Successful in 8s

This commit is contained in:
2025-09-30 18:51:56 +02:00
parent 046a62f54b
commit 5e145e181b
3 changed files with 15 additions and 0 deletions

View File

@@ -6,6 +6,11 @@
let blogs = data.blogs as BlogEntry[];
</script>
<svelte:head>
<title>Home - Amys Blog</title>
<meta property="og:title" content="Home - Amys Blog" />
</svelte:head>
<main>
<div class="media-margin">
<h1>Hi, I'm Amy</h1>