From 14417ad2d03b50232f10620aaeffc66912e78aaf Mon Sep 17 00:00:00 2001 From: samuelroland <47849646+samuelroland@users.noreply.github.com> Date: Wed, 2 Jun 2021 22:55:16 +0200 Subject: [PATCH] texts: fr and en: add 2 Mastodon account --- content/texts-en.json | 8 +++++++- content/texts-fr.json | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/content/texts-en.json b/content/texts-en.json index 0cd3133..3746683 100644 --- a/content/texts-en.json +++ b/content/texts-en.json @@ -57,9 +57,15 @@ "links": [ { "name": "Telegram", - "icon": "telegram.png", + "icon": "telegram.svg", "link": "https://t.me/KanFFNews", "lang": "en" + }, + { + "name": "Mastodon", + "icon": "mastodon.svg", + "link": "https://fosstodon.org/@kanff", + "lang": "en" } ], "follow-social-networks": "Follow us on social networks:", diff --git a/content/texts-fr.json b/content/texts-fr.json index e38d602..92011a4 100644 --- a/content/texts-fr.json +++ b/content/texts-fr.json @@ -57,9 +57,15 @@ "links": [ { "name": "Telegram", - "icon": "telegram.png", + "icon": "telegram.svg", "link": "https://t.me/KanFFNewsFR", "lang": "fr" + }, + { + "name": "Mastodon", + "icon": "mastodon.svg", + "link": "https://mastodon.social/@kanff", + "lang": "fr" } ], "follow-social-networks": "Suivez-nous sur les réseaux sociaux:",