From 71aabfb9ba145951c4e47c154de13222d0b0e53e Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Thu, 15 Feb 2024 04:32:26 +0100 Subject: [PATCH] add title metadata to main page, remove link clutter --- src/routes/(main)/+layout.svelte | 7 ------- src/routes/(main)/+page.svelte | 9 +++++++++ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/routes/(main)/+layout.svelte b/src/routes/(main)/+layout.svelte index 11061fb..31b36e9 100644 --- a/src/routes/(main)/+layout.svelte +++ b/src/routes/(main)/+layout.svelte @@ -10,13 +10,6 @@ if(data.session){
diff --git a/src/routes/(main)/+page.svelte b/src/routes/(main)/+page.svelte index 33c5114..b34231a 100644 --- a/src/routes/(main)/+page.svelte +++ b/src/routes/(main)/+page.svelte @@ -53,6 +53,14 @@ section h2{ } + + Bocken + + + + + + {#if ! data.session}
@@ -74,6 +82,7 @@ section h2{ {/if}
+

Seiten