From 7cb920f773f12905c2b94e477c8fc6075be30b7e Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Sat, 21 Feb 2026 13:51:05 +0100 Subject: [PATCH] Ajout du nom "Jalil Arfaoui" dans le header et retrait du logo du footer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Le header des pages internes n'affichait qu'une icône maison, sans identifier le site. Le nom est maintenant visible à côté de l'icône. Le footer n'a plus besoin du composant Logo puisque le copyright contient déjà le nom. --- src/components/footer.astro | 4 +--- src/components/logo.astro | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/footer.astro b/src/components/footer.astro index 2388794..6f035ba 100644 --- a/src/components/footer.astro +++ b/src/components/footer.astro @@ -1,5 +1,4 @@ --- -import Logo from "../components/logo.astro"; import LanguageSwitcher from "../components/LanguageSwitcher.astro"; import DarkModeToggle from "../components/DarkModeToggle.astro"; --- @@ -10,9 +9,8 @@ import DarkModeToggle from "../components/DarkModeToggle.astro";
-

© {new Date().getFullYear()} Jalil Arfaoui

diff --git a/src/components/logo.astro b/src/components/logo.astro index 27f4e5b..f335697 100644 --- a/src/components/logo.astro +++ b/src/components/logo.astro @@ -10,9 +10,10 @@ const homeUrl = currentLang === 'en' ? '/en' : currentLang === 'ar' ? '/ar' : '/ {!isHome && ( + Jalil Arfaoui )}