diff --git a/templates/base.html b/templates/base.html index 0a5f027..a15dbe8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -67,6 +67,10 @@ {% if SOCIAL_TWITTER %}
  • Twitter
  • {% endif %} + {% if SOCIAL_MASTODON %} +
  • Mastodon
  • + {% endif %} + {% if SOCIAL_FLICKR %}
  • Flickr
  • {% endif %}