diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 32b1c4b..763835a 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -13,14 +13,14 @@ This is a collection of things I've set up and created that I think might interest others.
- {#each blogs as blog} + {#each blogs as blog (blog.src)}{blog.desc}
{blog.date}
+
{/each}