diff --git a/pelicanconf.py b/pelicanconf.py index ac10601..d0f234b 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -19,7 +19,7 @@ AUTHOR_FEED_RSS = None LINKS = (('GitHub', 'https://github.com/pnmadelaine'),) # Social widget -#SOCIAL = () +SOCIAL = (('Mastodon', 'https://mamot.fr/@pnm'),) DEFAULT_PAGINATION = 10