add chess links

This commit is contained in:
Paul-Nicolas Madelaine 2023-09-18 21:04:14 +02:00
parent 91e27780f5
commit 4ec9823107

View file

@ -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'),)