diff options
| author | IwanIDev <iwan@iwani.dev> | 2026-03-24 14:39:12 +0000 |
|---|---|---|
| committer | IwanIDev <iwan@iwani.dev> | 2026-03-24 14:39:12 +0000 |
| commit | 416ccd21227614ffefbd3d59020fc02113be699c (patch) | |
| tree | 2f338f2bcff5680d7a4ae1363cbfcd3664b8e188 | |
| parent | 1eaa9a3afb6062c737dd0ce7474869bbab4bf9db (diff) | |
refactor: Set index page title
| -rw-r--r-- | src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index 7d295b3..cc72a03 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,7 +4,7 @@ import BlogPosts from "@/components/BlogPosts.astro" import OpenRing from "@/components/OpenRing.astro" --- -<Layout> +<Layout title="Iwan Ingman's Blog"> <main class="mx-auto flex w-full max-w-3xl flex-col gap-8 p-4 md:p-6"> <!-- Title --> <div class="flex flex-col items-center"> |
