From bd499141a4e122281eea191e38dcc4f9d798ff6e Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 18 Apr 2024 00:12:46 +0100 Subject: [PATCH] Add Liberapay link --- pelicanconf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pelicanconf.py b/pelicanconf.py index 901dbde7..b452933a 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -49,4 +49,8 @@ M_LINKS_FOOTER1 = [ ('Twitter', 'https://twitter.com/colmmacuait'), ('RSS feed', FEED_ALL_ATOM), ] +M_LINKS_FOOTER2 = [ + ('Support me', ''), + ('Liberapay', 'https://liberapay.com/cjwatson/donate'), + ] M_SOCIAL_TWITTER_SITE = '@colmmacuait' -- 2.30.2