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)}