diff --git a/pelicanconf.py b/pelicanconf.py index 0581bdb..77f4a9f 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -53,8 +53,7 @@ LINKS = (('credits', '/credits'), DESCRIPTION = "If, as Adam Savage famously put it, the only difference between screwing around and science is writing it down, I should write about my projects somewhere." # Social widget -SOCIAL = (('You can add links in your config file', '#'), - ('Another social link', '#'),) +SOCIAL = (('Mastodon', 'https://chaos.social/@Error'),) DEFAULT_PAGINATION = False