diff --git a/config.toml b/config.toml index b3dc489..49eed3b 100644 --- a/config.toml +++ b/config.toml @@ -42,4 +42,4 @@ navbar_items = [ # Author details [extra.author] name = "Asmir Abdulahovic" -avatar = "/images/my_avatar.png" +avatar = "/images/my_avatar.webp" diff --git a/static/images/my_avatar.png b/static/images/my_avatar.png deleted file mode 100644 index e46581d..0000000 Binary files a/static/images/my_avatar.png and /dev/null differ diff --git a/static/images/my_avatar.webp b/static/images/my_avatar.webp new file mode 100644 index 0000000..6d5344a Binary files /dev/null and b/static/images/my_avatar.webp differ