diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 233358e..3e8cc00 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -13,7 +13,7 @@ pygmentsStyle = "monokai" [params] footer = "The Marauders" description = "Sky above, sand below & peace within" - avatarURL = "/images/avatar.jpg" + avatarURL = "/images/avatar.webp" avatarSize = "size-m" customHeadHTML = "" showPostsOnHomePage = "popular" diff --git a/exampleSite/static/images/avatar.webp b/exampleSite/static/images/avatar.webp new file mode 100644 index 0000000..a5e80ae Binary files /dev/null and b/exampleSite/static/images/avatar.webp differ