From 4ec9823107f4667c347af23997c90967864aab20 Mon Sep 17 00:00:00 2001 From: Paul-Nicolas Madelaine Date: Mon, 18 Sep 2023 21:04:14 +0200 Subject: [PATCH] add chess links --- pelicanconf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'),)