From 43b14317dd966db5b59ec0e63efc8d1b1b8ed131 Mon Sep 17 00:00:00 2001 From: Kevin Yap Date: Thu, 28 Nov 2024 09:10:50 -0500 Subject: [PATCH] Update Bluesky handle --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index bba861a..32192ae 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -13,7 +13,7 @@ ICONS_PATH = 'images/icons' SOCIAL_ICONS = [ - ('https://bsky.app/profile/ikeviny.bsky.social', 'Bluesky', 'fa-brands fa-bluesky'), + ('https://bsky.app/profile/kevinyap.ca', 'Bluesky', 'fa-brands fa-bluesky'), ('https://github.com/iKevinY', 'GitHub', 'fa-brands fa-github'), ('https://instagram.com/ikeviny', 'Instagram', 'fa-brands fa-instagram'), ('https://buttondown.email/iKevinY', 'Newsletter', 'fa-solid fa-newspaper'),