From c38679fef42e1b4df924660522a7cd358ce454d1 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Fri, 4 Nov 2022 23:32:00 +0100 Subject: Add mastodon verification to theme and publishing configuration --- publishconf.py | 2 ++ themes/elenq/templates/base.html | 3 +++ 2 files changed, 5 insertions(+) diff --git a/publishconf.py b/publishconf.py index 5111e3e..0b3942f 100644 --- a/publishconf.py +++ b/publishconf.py @@ -25,3 +25,5 @@ TRANSLATION_FEED_ATOM = 'feeds/all-{lang}.atom.xml' #AUTHOR_FEED_ATOM = 'feeds/{slug}.atom.xml' DELETE_OUTPUT_DIRECTORY = True + +MASTODON_PROFILE = 'https://mastodon.social/@ekaitz_zarraga' diff --git a/themes/elenq/templates/base.html b/themes/elenq/templates/base.html index dcaab88..e5bba51 100644 --- a/themes/elenq/templates/base.html +++ b/themes/elenq/templates/base.html @@ -36,6 +36,9 @@ + {% if MASTODON_PROFILE %} + + {% endif %} -- cgit v1.2.3