point old mastodon links to pleroma
This commit is contained in:
parent
f8a5338992
commit
7786adcefc
|
@ -35,8 +35,9 @@ social:
|
||||||
- https://soundcloud.com/basspistol
|
- https://soundcloud.com/basspistol
|
||||||
- https://basspistol.tumblr.com
|
- https://basspistol.tumblr.com
|
||||||
- https://archive.org/details/basspistol
|
- https://archive.org/details/basspistol
|
||||||
- https://mastodon.art/@basspistol
|
- https://t.basspistol.org/basspistol
|
||||||
- https://shop.basspistol.com/
|
- https://shop.basspistol.com/
|
||||||
|
- https://v.basspistol.org/accounts/basspistol/video-channels
|
||||||
usernames:
|
usernames:
|
||||||
twitter: bpist
|
twitter: bpist
|
||||||
telegram: basspistol
|
telegram: basspistol
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: Mastodon
|
- name: Pleroma
|
||||||
url: https://mastodon.art/@basspistol
|
url: https://t.basspistol.org/basspistol
|
||||||
icon: fa-mastodon
|
icon: fa-mastodon
|
||||||
share_link:
|
share_link:
|
||||||
we_have_account: true
|
we_have_account: true
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
<small>
|
<small>
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
{% for nw in site.data.social %}
|
{% 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 't.basspistol.org' %}me {% endif %}noopener"
|
||||||
href="{{ nw.url }}" class="icon small fab {{ nw.icon }}"><span class="label">{{ nw.name }}</span></a>
|
href="{{ nw.url }}" class="icon small fab {{ nw.icon }}"><span class="label">{{ nw.name }}</span></a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<a target="_blank" alt="email" title="email" href="mailto:{{ site.social.mail }}" class="icon small fas fa-envelope-open-text"><span
|
<a target="_blank" alt="email" title="email" href="mailto:{{ site.social.mail }}" class="icon small fas fa-envelope-open-text"><span
|
||||||
|
|
|
@ -97,7 +97,7 @@ layout: nil
|
||||||
<small>
|
<small>
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
{% for nw in site.data.social %}
|
{% 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 't.basspistol.org' %}me {% endif %}noopener"
|
||||||
href="{{ nw.url }}" class="icon small fab {{ nw.icon }}"><span class="label">{{ nw.name }}</span></a>
|
href="{{ nw.url }}" class="icon small fab {{ nw.icon }}"><span class="label">{{ nw.name }}</span></a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<a target="_blank" alt="email" title="email" href="mailto:{{ site.social.mail }}" class="icon small fas fa-envelope-open-text"><span
|
<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