From c27f37f979f837c5abab07586743c228a62fbf16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Wed, 8 Jul 2026 23:16:27 +0400 Subject: [PATCH] fix(contact/footer): retire Stoat des contacts et du footer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Supprime l'entrée Stoat des JSON de contact (FR/EN) - Retire le lien Stoat du footer - Supprime la branche de rendu d'icône Stoat dans contact.njk --- src/_data/i18n/en/contact.json | 3 +-- src/_data/i18n/fr/contact.json | 3 +-- src/_includes/partials/contact.njk | 2 -- src/_includes/partials/footer.njk | 3 --- 4 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/_data/i18n/en/contact.json b/src/_data/i18n/en/contact.json index 9a6a9b5..b10464a 100644 --- a/src/_data/i18n/en/contact.json +++ b/src/_data/i18n/en/contact.json @@ -20,8 +20,7 @@ { "title": "💬 Community", "links": [ - { "text": "Discord", "url": "https://discord.gg/DPvUCA8dD" }, - { "text": "Stoat", "url": "https://stt.gg/FzqPKhbG" } + { "text": "Discord", "url": "https://discord.gg/DPvUCA8dD" } ] }, { diff --git a/src/_data/i18n/fr/contact.json b/src/_data/i18n/fr/contact.json index 82f46ac..fc4fc54 100644 --- a/src/_data/i18n/fr/contact.json +++ b/src/_data/i18n/fr/contact.json @@ -20,8 +20,7 @@ { "title": "💬 Communauté", "links": [ - { "text": "Discord", "url": "https://discord.gg/DPvUCA8dD" }, - { "text": "Stoat", "url": "https://stt.gg/FzqPKhbG" } + { "text": "Discord", "url": "https://discord.gg/DPvUCA8dD" } ] }, { diff --git a/src/_includes/partials/contact.njk b/src/_includes/partials/contact.njk index 7ebe818..ddad325 100644 --- a/src/_includes/partials/contact.njk +++ b/src/_includes/partials/contact.njk @@ -22,8 +22,6 @@ {% include "icons/tiktok.svg" %} {% elif 'discord' in lname %} {% include "icons/discord.svg" %} - {% elif 'stoat' in lname %} - {% include "icons/stoat.svg" %} {% elif 'labola' in lname or 'gitea' in lname %} {% include "icons/gitea.svg" %} {% endif %} diff --git a/src/_includes/partials/footer.njk b/src/_includes/partials/footer.njk index 35a8435..47a6d56 100644 --- a/src/_includes/partials/footer.njk +++ b/src/_includes/partials/footer.njk @@ -31,9 +31,6 @@ {% include "icons/discord.svg" %} - - {% include "icons/stoat.svg" %} - {% include "icons/gitea.svg" %}