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 -%} +