Update layouts/partials/article-link/_shortcode.html

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Nuno C.
2025-10-14 09:50:02 +01:00
committed by GitHub
parent cac66e0fd7
commit 719e505d01

View File

@@ -85,7 +85,7 @@
<figure class="not-prose flex-none relative overflow-hidden {{ $figureClasses }} thumbnail--simple">
<img
src="{{ . }}"
alt=""
alt="{{ with $target.Params.featuredImageAlt }}{{ . }}{{ else }}{{ $target.Title | emojify }}{{ end }}"
loading="lazy"
decoding="async"
class="not-prose absolute inset-0 w-full h-full object-cover">