File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 76
76
{{ /if }}
77
77
</a >
78
78
<button class =" gh-search gh-icon-btn" aria-label =" Search this site" data-ghost-search>{{> " icons/search" }} </button >
79
- <button class =" gh-burger" ></button >
79
+ <button class =" gh-burger" aria-label = " Main Menu " ></button >
80
80
</div >
81
81
82
82
<nav class =" gh-head-menu" >
Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ into the {body} tag of the default.hbs template --}}
36
36
{{ #foreach authors }}
37
37
<li class =" author-list-item" >
38
38
{{ #if profile_image }}
39
- <a href =" {{ url }} " class =" author-avatar" >
39
+ <a href =" {{ url }} " class =" author-avatar" aria-label = " Read more of {{ name }} " >
40
40
<img class =" author-profile-image" src =" {{ img_url profile_image size =" xs" }} " alt =" {{ name }} " />
41
41
</a >
42
42
{{ else }}
43
- <a href =" {{ url }} " class =" author-avatar author-profile-image" >{{> " icons/avatar" }} </a >
43
+ <a href =" {{ url }} " class =" author-avatar author-profile-image" aria-label = " Read more of {{ name }} " >{{> " icons/avatar" }} </a >
44
44
{{ /if }}
45
45
</li >
46
46
{{ /foreach }}
You can’t perform that action at this time.
0 commit comments