fix(contact/footer): retire Stoat des contacts et du footer

- 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
This commit is contained in:
2026-07-08 23:16:27 +04:00
parent 6559ac39a4
commit c27f37f979
4 changed files with 2 additions and 9 deletions
+1 -2
View File
@@ -20,8 +20,7 @@
{ {
"title": "💬 Community", "title": "💬 Community",
"links": [ "links": [
{ "text": "Discord", "url": "https://discord.gg/DPvUCA8dD" }, { "text": "Discord", "url": "https://discord.gg/DPvUCA8dD" }
{ "text": "Stoat", "url": "https://stt.gg/FzqPKhbG" }
] ]
}, },
{ {
+1 -2
View File
@@ -20,8 +20,7 @@
{ {
"title": "💬 Communauté", "title": "💬 Communauté",
"links": [ "links": [
{ "text": "Discord", "url": "https://discord.gg/DPvUCA8dD" }, { "text": "Discord", "url": "https://discord.gg/DPvUCA8dD" }
{ "text": "Stoat", "url": "https://stt.gg/FzqPKhbG" }
] ]
}, },
{ {
-2
View File
@@ -22,8 +22,6 @@
{% include "icons/tiktok.svg" %} {% include "icons/tiktok.svg" %}
{% elif 'discord' in lname %} {% elif 'discord' in lname %}
{% include "icons/discord.svg" %} {% include "icons/discord.svg" %}
{% elif 'stoat' in lname %}
{% include "icons/stoat.svg" %}
{% elif 'labola' in lname or 'gitea' in lname %} {% elif 'labola' in lname or 'gitea' in lname %}
{% include "icons/gitea.svg" %} {% include "icons/gitea.svg" %}
{% endif %} {% endif %}
-3
View File
@@ -31,9 +31,6 @@
<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>
<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"> <a href="https://labola.o-k-i.net/" target="_blank" rel="noopener noreferrer" title="Labola (Gitea)" class="social-link">
{% include "icons/gitea.svg" %} {% include "icons/gitea.svg" %}
</a> </a>