diff options
| author | yingyu5658 <i@yingyu5658.me> | 2025-12-19 20:50:57 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2025-12-19 20:50:57 +0800 |
| commit | 55df658d8290faf423b2469199394019997787e6 (patch) | |
| tree | 51b95610e54e18a3c8636b5b04992696261a3d10 /layouts/partials/style.html | |
| parent | 396d575bc895b6904f653ec0841ae85121fe190b (diff) | |
| download | blog-55df658d8290faf423b2469199394019997787e6.tar.gz blog-55df658d8290faf423b2469199394019997787e6.zip | |
fix: set the display of "img.missing" to "none"
Diffstat (limited to 'layouts/partials/style.html')
| -rw-r--r-- | layouts/partials/style.html | 4 |
1 files changed, 4 insertions, 0 deletions
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, |
