From 09a36278fc6a187a996fbd05899d23f282dc1c90 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sun, 10 Nov 2024 20:28:41 +0100 Subject: theme: elenq: add support for fediverse credit --- publishconf.py | 1 + themes/elenq/templates/base.html | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/publishconf.py b/publishconf.py index 0b3942f..a1fbc2f 100644 --- a/publishconf.py +++ b/publishconf.py @@ -27,3 +27,4 @@ TRANSLATION_FEED_ATOM = 'feeds/all-{lang}.atom.xml' DELETE_OUTPUT_DIRECTORY = True MASTODON_PROFILE = 'https://mastodon.social/@ekaitz_zarraga' +MASTODON_HANDLE = '@ekaitz_zarraga@mastodon.social' diff --git a/themes/elenq/templates/base.html b/themes/elenq/templates/base.html index e5bba51..a319067 100644 --- a/themes/elenq/templates/base.html +++ b/themes/elenq/templates/base.html @@ -5,6 +5,10 @@ {% block title %}{{ SITENAME }}{% endblock title %} + {% if MASTODON_HANDLE %} + + {% endif %} + {% if FEED_ALL_ATOM %} {% endif %} -- cgit v1.2.3