diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 2286a402..c049c624 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -16,6 +16,13 @@ const lang = getLangFromUrl(Astro.url) || defaultLang; + + + {title} — Leim Wiki + + + - + + + - {head?.description && } - + + + + + + + {head?.description && ( + + + )} - {title} — Leim Wiki @@ -41,22 +57,18 @@ const lang = getLangFromUrl(Astro.url) || defaultLang; + - {head?.image && } {head?.description && } - {head?.image && } - - - - - - + {head?.image && ( + + + + )}