From c20d217db86555e5ef2c65ff82b460d9efdefb52 Mon Sep 17 00:00:00 2001 From: Jeff MacKinnon Date: Wed, 13 Apr 2022 14:45:36 -0300 Subject: [PATCH] Added mastodon to the socials --- templates/base.html | 4 ++++ 1 file changed, 4 insertions(+) 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 %}