From 54e7ebc4d99743ec30f9301b7578db2f732dc627 Mon Sep 17 00:00:00 2001 From: abdalrahmanshaban0 Date: Fri, 6 Feb 2026 22:14:25 +0200 Subject: [PATCH] fix(a11y): add alt text to author profile image --- layouts/partials/author-extra.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/author-extra.html b/layouts/partials/author-extra.html index 2823977d..0c5eb11b 100644 --- a/layouts/partials/author-extra.html +++ b/layouts/partials/author-extra.html @@ -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 }}