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/'),