From b409a40e9d0744551452797eaf20de26d2c94fcf Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Thu, 20 Jul 2023 13:32:41 +0530 Subject: [PATCH] fix image file extension mistype Signed-off-by: Pratyush Desai --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index b8d7c75..75f5fe3 100644 --- a/config.toml +++ b/config.toml @@ -18,7 +18,7 @@ palette = "rosepine" [params.about] title = "pratyush desai" description = "No description set" -logo = "images/shodandos.png" +logo = "images/shodandos.jpg" [[params.socialLinks]] icon = "fa-brands fa-github"