From 8004e2a8efa2f15976e3344e842923c49fd8a3b5 Mon Sep 17 00:00:00 2001 From: Amy Retzerau Date: Sun, 26 Oct 2025 13:35:28 +0100 Subject: [PATCH] feat: added og to start page --- src/routes/+page.svelte | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index c0eb7b2..24a45b2 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -4,19 +4,21 @@ let { data } = $props(); let blogs = data.blogs as BlogEntry[]; + let desc = + "This is a collection of things I've set up and created that I think might interest others."; Home - Amys Blog + +

Hi, I'm Amy

-

- This is a collection of things I've set up and created that I think might interest others. -

+

{desc}

{#each blogs as blog (blog.src)}