diff --git a/src/lib/components/Header.svelte b/src/lib/components/Header.svelte index 7158dfb..f5ef656 100644 --- a/src/lib/components/Header.svelte +++ b/src/lib/components/Header.svelte @@ -1,42 +1,40 @@
-
+
{#if section.subtitle} -

{section.subtitle}

+

{section.subtitle}

{/if} -

{section.title}

+

{section.title}

-