_config.yml 🔗
@@ -8,8 +8,7 @@ language: en_US
author:
fullname: Amolith
- mastodon: amolith
- gnusocial: amolith
+ fedi: amolith
telegram: amolith
email: amolith@nixnet.services
gpgkey: amolith.txt
Amolith created
_config.yml | 3 +--
_includes/meta_tags/base.html | 3 +--
contact.html | 6 +++---
3 files changed, 5 insertions(+), 7 deletions(-)
@@ -8,8 +8,7 @@ language: en_US
author:
fullname: Amolith
- mastodon: amolith
- gnusocial: amolith
+ fedi: amolith
telegram: amolith
email: amolith@nixnet.services
gpgkey: amolith.txt
@@ -10,6 +10,5 @@
<link rel="openid.delegate" href="https://nixnet.xyz/" />
<link rel="openid.server" href="https://openid.indieauth.com/openid" />
<link href="mailto:amolith@nixnet.xyz" rel="me">
-<link rel="me" href="https://masto.nixnet.xyz/@amolith">
-<link rel="me" href="https://social.nixnet.services/@amolith">
+<link rel="me" href="https://nixnet.social/@amolith">
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett, Lloyd Barlowe" />
@@ -24,9 +24,9 @@ These are some of my more public accounts; feel free to contact me at any of the
</a>
</div>
<div class="contact-card">
- <a title="Mastodon" rel="me" rel="noreferrer" href="https://social.nixnet.services/@amolith" target="_blank">
- <h1><i class="fa fa-mastodon"></i></h1>
- <p>Mastodon</p>
+ <a title="Fediverse" rel="me" rel="noreferrer" href="https://nixnet.social/@amolith" target="_blank">
+ <h1><i class="fa fa-activitypub"></i></h1>
+ <p>Fediverse</p>
</a>
</div>
</div>