Skip to content

Commit 6f07db7

Browse files
committed
chore(upstream): merge TryGhost/Casper up to 4c6d33f
2 parents 51bb117 + 4c6d33f commit 6f07db7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

default.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
{{/if}}
7777
</a>
7878
<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>
8080
</div>
8181

8282
<nav class="gh-head-menu">

post.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ into the {body} tag of the default.hbs template --}}
3636
{{#foreach authors}}
3737
<li class="author-list-item">
3838
{{#if profile_image}}
39-
<a href="{{url}}" class="author-avatar">
39+
<a href="{{url}}" class="author-avatar" aria-label="Read more of {{name}}">
4040
<img class="author-profile-image" src="{{img_url profile_image size="xs"}}" alt="{{name}}" />
4141
</a>
4242
{{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>
4444
{{/if}}
4545
</li>
4646
{{/foreach}}

0 commit comments

Comments
 (0)