From 66c071e279dde608435aceb1af0f181a6edaaece Mon Sep 17 00:00:00 2001 From: Paul-Nicolas Madelaine Date: Mon, 18 Sep 2023 17:40:23 +0200 Subject: [PATCH] add mastodon social link --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index ac10601..d0f234b 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -19,7 +19,7 @@ AUTHOR_FEED_RSS = None LINKS = (('GitHub', 'https://github.com/pnmadelaine'),) # Social widget -#SOCIAL = () +SOCIAL = (('Mastodon', 'https://mamot.fr/@pnm'),) DEFAULT_PAGINATION = 10