From 504f06b0d0130988046d6d713f67a00c553ff139 Mon Sep 17 00:00:00 2001 From: Leif Niemczik Date: Fri, 18 Nov 2022 15:00:31 +0100 Subject: [PATCH] logo in header --- src/layouts/Layout.astro | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 765f48c..d3bb52d 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -16,6 +16,13 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin' {`${title ? title + ' / ' : ''}${permaTitle}`} + { + title && ( + + + + ) + }