From 902f5f22fc157a50815b959bc555ae0fb9d4c305 Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Fri, 17 Aug 2018 15:38:52 +0200 Subject: [PATCH] added mastodon to social links --- pelicanconf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pelicanconf.py b/pelicanconf.py index dca555b..7dd6cb9 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -92,6 +92,7 @@ CC_LICENSE = {'name': 'Creative Commons Attribution-ShareAlike', MAIN_MENU = False SOCIAL = ( ('twitter', 'https://twitter.com/xsteadfastx'), + ('mastadon', 'https://chaos.social/@xsteadfastx'), ('github', 'https://github.com/xsteadfastx'), ('flickr', 'https://www.flickr.com/photos/marvinxsteadfast/'), ('rss', SITEURL + '/feed/'),