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