diff --git a/_config.yml b/_config.yml
index 360e63892d476c48548314677b6b4de42f23a067..fd6aec6c03a283fe73b3801c7cee227478d2d08c 100644
--- a/_config.yml
+++ b/_config.yml
@@ -8,6 +8,7 @@ url: "https://nixnet.xyz" # the base hostname & protocol for your site
author:
fullname: Amolith
mastodon: amolith
+ gnusocial: amolith
gitlab: Amolith
gitea: Amolith
telegram: amolith
diff --git a/_includes/header.html b/_includes/header.html
index b31c80b00516560b1c33d1458e702aa860514834..96a13b96133a5577ea1dc207d21373a2298b9d31 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -17,8 +17,14 @@
{% endif %}
+ {% if site.author.mastodon %}
+
+
+
+ {% endif %}
+
{% if site.author.gitea %}
-
+
{% endif %}
@@ -30,13 +36,13 @@
{% endif %}
{% if site.author.telegram %}
-
+
{% endif %}
{% if site.author.email %}
-
+
{% endif %}