From 3f60672bb00245056b1c76bfb5647dde1e6a5982 Mon Sep 17 00:00:00 2001 From: Alexis Date: Thu, 17 Jul 2025 23:11:02 +0200 Subject: [PATCH] Fixed some SEO data --- src/layouts/Layout.astro | 40 ++++++++++++------- src/pages/en/aldys/borelis/index.astro | 7 +++- src/pages/en/aldys/cantane/index.astro | 9 ++++- .../en/aldys/cantane/mines-blanches.astro | 7 +++- src/pages/en/bamast/index.astro | 7 +++- src/pages/en/index.astro | 4 +- src/pages/fr/aldys/borelis/index.astro | 7 +++- src/pages/fr/aldys/cantane/index.astro | 7 +++- .../fr/aldys/cantane/mines-blanches.astro | 7 +++- src/pages/fr/bamast/index.astro | 7 +++- src/pages/fr/index.astro | 4 +- 11 files changed, 79 insertions(+), 27 deletions(-) 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 && ( + + + + )}