From 824e5d9533131394d13b49085830a4c09095707d Mon Sep 17 00:00:00 2001 From: Leif Niemczik Date: Fri, 18 Nov 2022 15:09:45 +0100 Subject: [PATCH] header fixes --- src/layouts/Layout.astro | 61 +++++++++++++++++++++++----------------- 1 file changed, 35 insertions(+), 26 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index d3bb52d..e2fe66a 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -16,29 +16,32 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin' {`${title ? title + ' / ' : ''}${permaTitle}`} - { - title && ( - - - - ) - } - +