diff --git a/src/_data/i18n/en/contact.json b/src/_data/i18n/en/contact.json index 9a6a9b5..b10464a 100644 --- a/src/_data/i18n/en/contact.json +++ b/src/_data/i18n/en/contact.json @@ -20,8 +20,7 @@ { "title": "💬 Community", "links": [ - { "text": "Discord", "url": "https://discord.gg/DPvUCA8dD" }, - { "text": "Stoat", "url": "https://stt.gg/FzqPKhbG" } + { "text": "Discord", "url": "https://discord.gg/DPvUCA8dD" } ] }, { diff --git a/src/_data/i18n/fr/contact.json b/src/_data/i18n/fr/contact.json index 82f46ac..fc4fc54 100644 --- a/src/_data/i18n/fr/contact.json +++ b/src/_data/i18n/fr/contact.json @@ -20,8 +20,7 @@ { "title": "💬 Communauté", "links": [ - { "text": "Discord", "url": "https://discord.gg/DPvUCA8dD" }, - { "text": "Stoat", "url": "https://stt.gg/FzqPKhbG" } + { "text": "Discord", "url": "https://discord.gg/DPvUCA8dD" } ] }, { diff --git a/src/_includes/partials/contact.njk b/src/_includes/partials/contact.njk index 7ebe818..ddad325 100644 --- a/src/_includes/partials/contact.njk +++ b/src/_includes/partials/contact.njk @@ -22,8 +22,6 @@ {% 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 %} diff --git a/src/_includes/partials/footer.njk b/src/_includes/partials/footer.njk index 35a8435..47a6d56 100644 --- a/src/_includes/partials/footer.njk +++ b/src/_includes/partials/footer.njk @@ -31,9 +31,6 @@ {% include "icons/discord.svg" %} - - {% include "icons/stoat.svg" %} - {% include "icons/gitea.svg" %}