From 81f048d08d55f67ae62b87296d3a82a1a4de0073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 23 Feb 2022 02:16:54 +0800 Subject: [PATCH] Add mastodon social support --- django/core/static/core/sass/_front.sass | 2 ++ django/project/templates/trabajo/index.djhtml | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/django/core/static/core/sass/_front.sass b/django/core/static/core/sass/_front.sass index 24f5309..eae218f 100644 --- a/django/core/static/core/sass/_front.sass +++ b/django/core/static/core/sass/_front.sass @@ -223,6 +223,8 @@ footer background: #e24329 .libregit:hover background: #333333 + .mastodon:hover + background: #191b22 .mediagoblin:hover background: #775fa3 .notabug:hover diff --git a/django/project/templates/trabajo/index.djhtml b/django/project/templates/trabajo/index.djhtml index 8fe9dcd..ee0909c 100644 --- a/django/project/templates/trabajo/index.djhtml +++ b/django/project/templates/trabajo/index.djhtml @@ -96,6 +96,14 @@ {% endif %} + {% if LINK_MASTODON %} + + + + Mastodon + + + {% endif %} {% if LINK_MEDIAGOBLIN %}