fix(a11y): add alt text to author profile image

This commit is contained in:
abdalrahmanshaban0
2026-02-06 22:14:25 +02:00
parent 506740b1cf
commit 54e7ebc4d9
+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 }}