From: Colin Watson Date: Wed, 17 Apr 2024 23:12:46 +0000 (+0100) Subject: Add Liberapay link X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=bd499141a4e122281eea191e38dcc4f9d798ff6e;p=blog.git Add Liberapay link --- 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'