diff --git a/config.toml b/config.toml
index 89924af..f65402c 100644
--- a/config.toml
+++ b/config.toml
@@ -41,10 +41,9 @@ summaryLength = 30
meta_og_title = "YAMS - Yet Another Media Server"
meta_og_type = "website"
meta_og_url = "https://yams.media"
- meta_og_image = "/pics/logo.png"
+ meta_og_image = "/pics/logo.webp"
meta_og_description = "YAMS is a basic but powerful media server, easy to install in a bash script"
- meta_twitter_card = "summary"
[params.logo]
- standard = "/pics/logo.png"
- mobile = "/pics/logo.png"
+ standard = "/pics/logo.webp"
+ mobile = "/pics/logo.webp"
diff --git a/static/pics/logo.webp b/static/pics/logo.webp
new file mode 100644
index 0000000..c7f94d6
Binary files /dev/null and b/static/pics/logo.webp differ
diff --git a/themes/hugo-whisper-theme/layouts/index.html b/themes/hugo-whisper-theme/layouts/index.html
index b5510e3..2306200 100644
--- a/themes/hugo-whisper-theme/layouts/index.html
+++ b/themes/hugo-whisper-theme/layouts/index.html
@@ -10,9 +10,6 @@
-
-
-
{{ end }}
{{ define "main" }}