From cf569ac7b3a600532a6cd798666772d3ced7d43a Mon Sep 17 00:00:00 2001 From: Tauromachian <54786476+Tauromachian@users.noreply.github.com> Date: Thu, 9 Nov 2023 13:40:05 -0500 Subject: [PATCH] Added aria-label for the avatar/image of the author to post.hbs no issue - Improve accessibility - Improve SEO (by improving accessibility) --- post.hbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/post.hbs b/post.hbs index 3c3ef8d..b2781ba 100644 --- a/post.hbs +++ b/post.hbs @@ -36,11 +36,11 @@ into the {body} tag of the default.hbs template --}} {{#foreach authors}}
  • {{#if profile_image}} - + {{name}} {{else}} - {{> "icons/avatar"}} + {{> "icons/avatar"}} {{/if}}
  • {{/foreach}} @@ -137,4 +137,4 @@ into the {body} tag of the default.hbs template --}} {{/get}} {{/if}} -{{/post}} \ No newline at end of file +{{/post}}