-
-
+
diff --git a/templates/macro/content-thumb.html b/templates/macro/content-thumb.html
index 7891f59f..b69e9291 100644
--- a/templates/macro/content-thumb.html
+++ b/templates/macro/content-thumb.html
@@ -81,7 +81,9 @@
class="lazyload"
th:src="${#theme.assets('/images/load/orange.progress-bar-stripe-loader.svg')}"
th:data-src="${post.spec.cover}"
- alt=""
+ alt="thumbnail of the cover of the post"
+ width="430"
+ height="300"
onerror="imgError(this)"
/>
![]()
data-sizes="auto"
class="lazyload"
th:classappend="${theme.config.random_image.rimage_cover_lqip == 'lowquality' ? 'blur-up' : ''}"
- alt=""
+ alt="thumbnail of the cover of the post"
+ width="430"
+ height="300"
onerror="imgError(this)"
/>
![]()
class="lazyload"
th:src="${#theme.assets('/images/load/orange.progress-bar-stripe-loader.svg')}"
th:data-src="${#theme.assets('/images/default/temp.webp')}"
- alt=""
+ alt="thumbnail of the cover of the post"
+ width="430"
+ height="300"
onerror="imgError(this)"
/>
diff --git a/templates/macro/content.html b/templates/macro/content.html
index 2d858fb3..a48cf8ed 100644
--- a/templates/macro/content.html
+++ b/templates/macro/content.html
@@ -25,12 +25,12 @@