From 95c8cd24e208d1abee6b5b4536f2519622902f2e Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Mon, 14 Jan 2019 09:34:55 +0100 Subject: [PATCH] fixes mastodon typo in pelicanconf --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index c44ed97..53911e9 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -101,7 +101,7 @@ CC_LICENSE = { MAIN_MENU = False SOCIAL = ( ("twitter", "https://twitter.com/xsteadfastx"), - ("mastadon", "https://chaos.social/@xsteadfastx"), + ("mastodon", "https://chaos.social/@xsteadfastx"), ("github", "https://github.com/xsteadfastx"), ("flickr", "https://www.flickr.com/photos/marvinxsteadfast/"), ("rss", "{}/{}".format(FEED_DOMAIN, FEED_ATOM)),