add mastodon link

This commit is contained in:
Set Hallstrom 2020-08-26 17:38:42 +02:00
parent 492e7aaefa
commit b747089fca
2 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,8 @@
- name: Mastodon
url: https://mastodon.art/@basspistol
icon: fa-mastodon
share_link:
we_have_account: true
- name: Twitter
url: https://twitter.com/bpist
icon: fa-twitter

View file

@ -23,7 +23,7 @@
<ul class="icons">
{% for nw in site.data.social %}
<li><a target="_blank" alt="{{ site.title }} on {{ nw.name }}" title="{{ site.title }} on {{ nw.name }}" rel="noopener" href="{{ nw.url }}" class="icon brands style2 {{ nw.icon }}"><span class="label">{{ nw.name }}</span></a></li>
<li><a target="_blank" alt="{{ site.title }} on {{ nw.name }}" title="{{ site.title }} on {{ nw.name }}" rel="{% if nw.url contains 'mastodon.art' %}me {% endif %}noopener" href="{{ nw.url }}" class="icon brands style2 {{ nw.icon }}"><span class="label">{{ nw.name }}</span></a></li>
{% endfor %}
<!-- <li><a href="mailto:{{ site.author.email }}" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->