migrate to kolektiva
This commit is contained in:
parent
bb2e93bb7c
commit
4b3ed306b7
|
@ -42,7 +42,7 @@ social:
|
|||
links:
|
||||
- https://twitter.com/ToSettoSetto
|
||||
- https://instagram.com/ToSettoSetto
|
||||
- https://mastodon.art/@tosettosetto
|
||||
- https://kolektiva.social/@setto
|
||||
- https://pixfed.com/tosettosetoo
|
||||
- https://www.facebook.com/徒-setto-セット-100627981795265
|
||||
usernames:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- name: Mastodon
|
||||
url: https://mastodon.art/@tosettosetto
|
||||
url: https://kolektiva.social/@setto
|
||||
icon: fa-mastodon
|
||||
share_link:
|
||||
we_have_account: true
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<small>
|
||||
<div style="text-align: center;">
|
||||
{% for nw in site.data.social %}
|
||||
<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"
|
||||
<a target="_blank" alt="{{ site.title }} on {{ nw.name }}" title="{{ site.title }} on {{ nw.name }}" rel="{% if nw.url contains 'kolektiva.social' %}me {% endif %}noopener"
|
||||
href="{{ nw.url }}" class="icon small fab {{ nw.icon }}"><span class="label">{{ nw.name }}</span></a>
|
||||
{% endfor %}
|
||||
<a target="_blank" alt="email" title="email" href="mailto:{{ site.social.mail }}" class="icon small fas fa-envelope-open-text"><span
|
||||
|
|
Loading…
Reference in a new issue