From 55df658d8290faf423b2469199394019997787e6 Mon Sep 17 00:00:00 2001 From: yingyu5658 Date: Fri, 19 Dec 2025 20:50:57 +0800 Subject: fix: set the display of "img.missing" to "none" --- layouts/partials/style.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/partials/style.html b/layouts/partials/style.html index d49bf2c..e922440 100644 --- a/layouts/partials/style.html +++ b/layouts/partials/style.html @@ -30,6 +30,10 @@ 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); } + img.missing { + display: none; + } + nav a, h1.post-title a, .category-link, -- cgit v1.2.3