diff --git a/pelicanconf.py b/pelicanconf.py index d0f234b..332bfbc 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -16,7 +16,9 @@ AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None # Blogroll -LINKS = (('GitHub', 'https://github.com/pnmadelaine'),) +LINKS = (('GitHub', 'https://github.com/pnmadelaine'), + ('Lichess', 'https://lichess.org/@/pnmadelaine'), + ('Chess.com', 'https://chess.com/member/pnmadelaine')) # Social widget SOCIAL = (('Mastodon', 'https://mamot.fr/@pnm'),)