feat: seo

This commit is contained in:
2026-01-20 21:34:08 +01:00
parent c2fc16f8c5
commit 87d68bbbff
31 changed files with 23 additions and 47 deletions
+6
View File
@@ -4,10 +4,16 @@
import { ParaglideJS } from '@inlang/paraglide-sveltekit';
import { i18n } from '$lib/i18n';
import { languageTag } from '$lib/paraglide/runtime';
import * as m from '$lib/paraglide/messages';
let { children }: { children?: Snippet } = $props();
</script>
<svelte:head>
<title>{m.site_title()}</title>
<meta name="description" content={m.site_description()} />
</svelte:head>
<ParaglideJS {i18n}>
<header class="fixed z-50 mix-blend-difference p-1 w-full flex justify-between items-start">
<a href="/" class="text-white text-2xl">schreifuchs.ch</a>