Merge pull request #2774 from abdalrahmanshaban0/dev

fix(a11y): add alt text to author profile image
This commit is contained in:
Nuno C.
2026-02-11 21:49:53 +00:00
committed by GitHub
+1
View File
@@ -19,6 +19,7 @@
class="!mt-0 !mb-0 h-24 w-24 rounded-full me-4"
width="96"
height="96"
alt="{{ $.Site.Params.Author.name | default " Author" }}"
src="{{ $final.RelPermalink }}"
data-zoom-src="{{ $squareImage.RelPermalink }}">
{{ end }}