diff --git a/documentation/content/Connecting With Your Readers/social-profiles-sidebar-svg.md b/documentation/content/Connecting With Your Readers/social-profiles-sidebar-svg.md index a9c0a500..b203b738 100644 --- a/documentation/content/Connecting With Your Readers/social-profiles-sidebar-svg.md +++ b/documentation/content/Connecting With Your Readers/social-profiles-sidebar-svg.md @@ -77,6 +77,13 @@ If `title` is defined then it is used to populate title attribute of the link. 1. `HackerNews` 1. `GitLab` 1. `Calendar` +1. `Wire` +1. `Keybase` +1. `Mastodon` +1. `Twitch` +1. `Spotify` +1. `Goodreads` +1. `Telegram` ## How to customize Social Profile Label diff --git a/templates/_includes/social_links.html b/templates/_includes/social_links.html index eb0ec813..e022fbfb 100644 --- a/templates/_includes/social_links.html +++ b/templates/_includes/social_links.html @@ -73,6 +73,42 @@

{{ SOCIAL_PROFILE_LABEL }}

SundayFEB29 {% endif %} + {% if entry[0]|lower == 'wire' %} + + + + {% endif %} + {% if entry[0]|lower == 'telegram' %} + + + + {% endif %} + {% if entry[0]|lower == 'spotify' %} + + + + {% endif %} + {% if entry[0]|lower == 'twitch' %} + + + + {% endif %} + {% if entry[0]|lower == 'mastodon' %} + + + + {% endif %} + {% if entry[0]|lower == 'keybase' %} + + + + {% endif %} + {% if entry[0]|lower == 'goodreads' %} + + + + {% endif %} {% endfor %} {% endif %}