We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
alt
1 parent e8fc315 commit 2612ca8Copy full SHA for 2612ca8
layouts/partials/article/components/links.html
@@ -21,7 +21,7 @@ <h2 class="article-title">
21
{{ $permalink = .RelPermalink }}
22
{{ end }}
23
<div class="article-image">
24
- <img src="{{ $permalink }}" loading="lazy">
+ <img src="{{ $permalink }}" loading="lazy"{{ with $link.alt }} alt="{{ . }}"{{ end }}>
25
</div>
26
27
</a>
0 commit comments