From 77aaa9989e30850568d31d8d0c66c1bef919e259 Mon Sep 17 00:00:00 2001 From: oliver Date: Sun, 3 May 2026 07:43:25 -0300 Subject: [PATCH] fix: strip existing extension from post.image before appending .webp --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1336a37..da74605 100644 --- a/index.html +++ b/index.html @@ -3192,9 +3192,9 @@ function postMarkup(post, index) { return [ - '
', + '
', post.image ? '' +
                             post.title.replace(/' : '',