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:
@@ -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" }
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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" }
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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 %}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user