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 1/2] 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}} From 4c6d33f3dfe876d5014ebc673edaa54edc5c3d64 Mon Sep 17 00:00:00 2001 From: Tauromachian <54786476+Tauromachian@users.noreply.github.com> Date: Wed, 8 Nov 2023 08:28:55 -0500 Subject: [PATCH 2/2] Added aria-label to default.hbs' burger menu no issue - Improve accessibility - Improve SEO (by improving accessibility) --- default.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.hbs b/default.hbs index cc72850..880b230 100644 --- a/default.hbs +++ b/default.hbs @@ -36,7 +36,7 @@ {{/if}} - +