From 4f0b9bb870a1e046709ddb16a9cf78fbd5d4dabd Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 17 Dec 2018 00:11:32 -0500 Subject: [PATCH] add gnu/social and fix header links --- _config.yml | 1 + _includes/header.html | 12 +++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) 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 %}