From 46a039d2d2b28b667409fac5f2cb048507a5e589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Wed, 8 Jul 2026 23:27:19 +0400 Subject: [PATCH] fix(contact/footer): retire X (Twitter) et TikTok des contacts et du footer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Supprime X et TikTok des JSON de contact (FR/EN) - Retire les liens X et TikTok du footer - Supprime les branches de rendu d'icônes X et TikTok dans contact.njk --- src/_data/i18n/en/contact.json | 4 +--- src/_data/i18n/fr/contact.json | 4 +--- src/_includes/partials/contact.njk | 4 ---- src/_includes/partials/footer.njk | 6 ------ 4 files changed, 2 insertions(+), 16 deletions(-) diff --git a/src/_data/i18n/en/contact.json b/src/_data/i18n/en/contact.json index b10464a..31b5686 100644 --- a/src/_data/i18n/en/contact.json +++ b/src/_data/i18n/en/contact.json @@ -12,9 +12,7 @@ { "title": "💬 Social networks", "links": [ - { "text": "Telegram", "url": "https://t.me/OrganisationKA" }, - { "text": "X (Twitter)", "url": "https://x.com/OrganisationKA" }, - { "text": "TikTok", "url": "https://www.tiktok.com/@organisationka" } + { "text": "Telegram", "url": "https://t.me/OrganisationKA" } ] }, { diff --git a/src/_data/i18n/fr/contact.json b/src/_data/i18n/fr/contact.json index fc4fc54..f9023ca 100644 --- a/src/_data/i18n/fr/contact.json +++ b/src/_data/i18n/fr/contact.json @@ -12,9 +12,7 @@ { "title": "💬 Réseaux sociaux", "links": [ - { "text": "Telegram", "url": "https://t.me/OrganisationKA" }, - { "text": "X (Twitter)", "url": "https://x.com/OrganisationKA" }, - { "text": "TikTok", "url": "https://www.tiktok.com/@organisationka" } + { "text": "Telegram", "url": "https://t.me/OrganisationKA" } ] }, { diff --git a/src/_includes/partials/contact.njk b/src/_includes/partials/contact.njk index ddad325..f1dc550 100644 --- a/src/_includes/partials/contact.njk +++ b/src/_includes/partials/contact.njk @@ -16,10 +16,6 @@ {% include "icons/whatsapp.svg" %} {% elif 'telegram' in lname %} {% include "icons/telegram.svg" %} - {% elif 'twitter' in lname or 'x (' in lname %} - {% include "icons/x.svg" %} - {% elif 'tiktok' in lname %} - {% include "icons/tiktok.svg" %} {% elif 'discord' in lname %} {% include "icons/discord.svg" %} {% elif 'labola' in lname or 'gitea' in lname %} diff --git a/src/_includes/partials/footer.njk b/src/_includes/partials/footer.njk index 47a6d56..7ca7c8d 100644 --- a/src/_includes/partials/footer.njk +++ b/src/_includes/partials/footer.njk @@ -22,12 +22,6 @@ {% include "icons/telegram.svg" %} - - {% include "icons/x.svg" %} - - - {% include "icons/tiktok.svg" %} - {% include "icons/discord.svg" %}