fix(contact/footer): retire X (Twitter) et TikTok des contacts et du footer

- 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
This commit is contained in:
2026-07-08 23:27:19 +04:00
parent c27f37f979
commit 46a039d2d2
4 changed files with 2 additions and 16 deletions
+1 -3
View File
@@ -12,9 +12,7 @@
{ {
"title": "💬 Social networks", "title": "💬 Social networks",
"links": [ "links": [
{ "text": "Telegram", "url": "https://t.me/OrganisationKA" }, { "text": "Telegram", "url": "https://t.me/OrganisationKA" }
{ "text": "X (Twitter)", "url": "https://x.com/OrganisationKA" },
{ "text": "TikTok", "url": "https://www.tiktok.com/@organisationka" }
] ]
}, },
{ {
+1 -3
View File
@@ -12,9 +12,7 @@
{ {
"title": "💬 Réseaux sociaux", "title": "💬 Réseaux sociaux",
"links": [ "links": [
{ "text": "Telegram", "url": "https://t.me/OrganisationKA" }, { "text": "Telegram", "url": "https://t.me/OrganisationKA" }
{ "text": "X (Twitter)", "url": "https://x.com/OrganisationKA" },
{ "text": "TikTok", "url": "https://www.tiktok.com/@organisationka" }
] ]
}, },
{ {
-4
View File
@@ -16,10 +16,6 @@
{% include "icons/whatsapp.svg" %} {% include "icons/whatsapp.svg" %}
{% elif 'telegram' in lname %} {% elif 'telegram' in lname %}
{% include "icons/telegram.svg" %} {% 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 %} {% elif 'discord' in lname %}
{% include "icons/discord.svg" %} {% include "icons/discord.svg" %}
{% elif 'labola' in lname or 'gitea' in lname %} {% elif 'labola' in lname or 'gitea' in lname %}
-6
View File
@@ -22,12 +22,6 @@
<a href="https://t.me/OrganisationKA" target="_blank" rel="noopener noreferrer" title="Telegram" class="social-link"> <a href="https://t.me/OrganisationKA" target="_blank" rel="noopener noreferrer" title="Telegram" class="social-link">
{% include "icons/telegram.svg" %} {% include "icons/telegram.svg" %}
</a> </a>
<a href="https://x.com/OrganisationKA" target="_blank" rel="noopener noreferrer" title="X" class="social-link">
{% include "icons/x.svg" %}
</a>
<a href="https://www.tiktok.com/@organisationka" target="_blank" rel="noopener noreferrer" title="TikTok" class="social-link">
{% include "icons/tiktok.svg" %}
</a>
<a href="https://discord.gg/DPvUCA8dD" target="_blank" rel="noopener noreferrer" title="Discord" class="social-link"> <a href="https://discord.gg/DPvUCA8dD" target="_blank" rel="noopener noreferrer" title="Discord" class="social-link">
{% include "icons/discord.svg" %} {% include "icons/discord.svg" %}
</a> </a>