fixes mastodon typo in pelicanconf

This commit is contained in:
Marvin Steadfast 2019-01-14 09:34:55 +01:00
parent c24dae90cc
commit 95c8cd24e2

View File

@ -101,7 +101,7 @@ CC_LICENSE = {
MAIN_MENU = False MAIN_MENU = False
SOCIAL = ( SOCIAL = (
("twitter", "https://twitter.com/xsteadfastx"), ("twitter", "https://twitter.com/xsteadfastx"),
("mastadon", "https://chaos.social/@xsteadfastx"), ("mastodon", "https://chaos.social/@xsteadfastx"),
("github", "https://github.com/xsteadfastx"), ("github", "https://github.com/xsteadfastx"),
("flickr", "https://www.flickr.com/photos/marvinxsteadfast/"), ("flickr", "https://www.flickr.com/photos/marvinxsteadfast/"),
("rss", "{}/{}".format(FEED_DOMAIN, FEED_ATOM)), ("rss", "{}/{}".format(FEED_DOMAIN, FEED_ATOM)),