2 Commits

Author SHA1 Message Date
6f53566d5f hachyderm.io migration 2025-04-28 18:48:43 -04:00
e69197faa3 hachyderm.io migration 2025-04-28 18:47:02 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ author:
# url: "https://your-website.com"
- label: "Mastodon"
icon: "fab fa-fw fa-mastodon"
url: "https://fosstodon.org/@skoobasteeve"
url: "https://hachyderm.io/@skoobasteeve"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/skoobasteeve"

View File

@@ -13,7 +13,7 @@
{% endif %}
<li><a href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | relative_url }}{% endif %}"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}</a></li>
<li><a rel="me" href="https://fosstodon.org/@skoobasteeve"><i class="fab fa-mastodon" aria-hidden="true"></i> Mastodon</a></li>
<li><a rel="me" href="https://hachyderm.io/@skoobasteeve"><i class="fab fa-mastodon" aria-hidden="true"></i> Mastodon</a></li>
</ul>
</div>