Skip to content
Snippets Groups Projects
Commit 28fff4fa authored by Emmanuel Salomon's avatar Emmanuel Salomon :fist:
Browse files

Added mastodon network. Fix #9

parent be4840da
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,17 @@
<div class="sm:col-span-2">
<h3 class="text-3xl py-4">Suivez-nous</h3>
<div class="text-xl">
<a
v-if="$config.mastodon_link && $config.mastodon_user"
:href="$config.mastodon_link"
target="_blank"
class="flex items-center mb-2 hover:underline"
rel="noopener noreferrer"
>
<fa :icon="['fab', 'mastodon']" class="text-2xl mr-2.5" />
<span>{{ $config.mastodon_user }}</span>
</a>
<a
v-if="$config.twitter_user"
:href="`https://twitter.com/${$config.twitter_user}`"
......@@ -97,6 +108,7 @@
<fa :icon="['fab', 'facebook']" class="text-2xl mr-2.5" />
<span>Groupe Facebook</span>
</a>
<nuxt-link
to="/feed"
class="flex items-center mb-2 hover:underline"
......
......@@ -7,5 +7,7 @@
"map_url": "https://carte.monnaie-libre.fr/?zoom=5",
"twitter_user": "monnaie_libre",
"social_networks_hashtags": "MonnaieLibre,Ğ1",
"facebook_group": "https://www.facebook.com/groups/monnaielibre/"
"facebook_group": "https://www.facebook.com/groups/monnaielibre/",
"mastodon_user": "@MonnaieLibre@mamot.fr",
"mastodon_link": "https://mamot.fr/@MonnaieLibre"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment