diff --git a/config.toml b/config.toml index e207380..92c91bb 100644 --- a/config.toml +++ b/config.toml @@ -26,13 +26,13 @@ ignoreErrors = ["error-disable-taxonomy"] # The path to your "favicon". This should be a square (at least 32px x 32px) png-file. # Hint: It's good practise to also put a "favicon.ico"-file into your "static"-folder. - favicon = "img/boba_mochi.webp" + favicon = "img/boba_mochi.png" # These "images" are used for the structured data templates. This will show up, when # services like Twitter or Slack want to generate a preview of a link to your site. # See https://gohugo.io/templates/internal#twitter-cards and # https://gohugo.io/templates/internal#open-graph. - images = ["img/boba_mochi.webp"] + images = ["img/boba_mochi.gif"] # Another "title" :-). This one is used as the site_name on the Hugo's internal # opengraph structured data template. diff --git a/static/favicon.ico b/static/favicon.ico index 4bb79d6..77cb9ab 100644 Binary files a/static/favicon.ico and b/static/favicon.ico differ diff --git a/static/img/boba_mochi.gif b/static/img/boba_mochi.gif index f01da57..f0fff20 100644 Binary files a/static/img/boba_mochi.gif and b/static/img/boba_mochi.gif differ diff --git a/static/img/boba_mochi.png b/static/img/boba_mochi.png index 3497fbc..37c8b6d 100644 Binary files a/static/img/boba_mochi.png and b/static/img/boba_mochi.png differ diff --git a/static/img/boba_mochi.webp b/static/img/boba_mochi.webp deleted file mode 100644 index 079995f..0000000 Binary files a/static/img/boba_mochi.webp and /dev/null differ