Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46a039d2d2 | ||
|
|
c27f37f979
|
@@ -12,16 +12,13 @@
|
||||
{
|
||||
"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" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "💬 Community",
|
||||
"links": [
|
||||
{ "text": "Discord", "url": "https://discord.gg/DPvUCA8dD" },
|
||||
{ "text": "Stoat", "url": "https://stt.gg/FzqPKhbG" }
|
||||
{ "text": "Discord", "url": "https://discord.gg/DPvUCA8dD" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -12,16 +12,13 @@
|
||||
{
|
||||
"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" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "💬 Communauté",
|
||||
"links": [
|
||||
{ "text": "Discord", "url": "https://discord.gg/DPvUCA8dD" },
|
||||
{ "text": "Stoat", "url": "https://stt.gg/FzqPKhbG" }
|
||||
{ "text": "Discord", "url": "https://discord.gg/DPvUCA8dD" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -16,14 +16,8 @@
|
||||
{% 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 'stoat' in lname %}
|
||||
{% include "icons/stoat.svg" %}
|
||||
{% elif 'labola' in lname or 'gitea' in lname %}
|
||||
{% include "icons/gitea.svg" %}
|
||||
{% endif %}
|
||||
|
||||
@@ -22,18 +22,9 @@
|
||||
<a href="https://t.me/OrganisationKA" target="_blank" rel="noopener noreferrer" title="Telegram" class="social-link">
|
||||
{% include "icons/telegram.svg" %}
|
||||
</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">
|
||||
{% include "icons/discord.svg" %}
|
||||
</a>
|
||||
<a href="https://stt.gg/FzqPKhbG" target="_blank" rel="noopener noreferrer" title="Stoat" class="social-link">
|
||||
{% include "icons/stoat.svg" %}
|
||||
</a>
|
||||
<a href="https://labola.o-k-i.net/" target="_blank" rel="noopener noreferrer" title="Labola (Gitea)" class="social-link">
|
||||
{% include "icons/gitea.svg" %}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user