From fb0569f4338684d5796d35ebb84b18f2094f33f1 Mon Sep 17 00:00:00 2001 From: Nikolaos Perrakis Date: Mon, 8 Jun 2020 00:17:44 +0100 Subject: [PATCH] Adding mastodon social network link (#651) --- CHANGELOG.md | 1 + _config.yml | 1 + _includes/social-networks-links.html | 12 ++++++++++++ 3 files changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c1e711..dc7be85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## v3.0.1 (Date: TBD) - Fixed issue where if a dropdown menu was the last item in the menu bar, it did not have a proper margin on the right +- Add social network link: Mastodon ## v3.0.0 (Date: 2020-05-07) diff --git a/_config.yml b/_config.yml index 58b9ab0..89ad35a 100644 --- a/_config.yml +++ b/_config.yml @@ -57,6 +57,7 @@ social-network-links: # yelp: yourname # telegram: yourname # calendly: yourname +# mastodon: instance.url/@username # --- General options --- # diff --git a/_includes/social-networks-links.html b/_includes/social-networks-links.html index a975b52..7ff0c45 100644 --- a/_includes/social-networks-links.html +++ b/_includes/social-networks-links.html @@ -228,4 +228,16 @@ {%- endif -%} +{%- if site.social-network-links.mastodon -%} +
  • + + + Mastodon + +
  • +{%- endif -%} +