Skip to content

Commit e9ac669

Browse files
authored
Merge pull request #1715 from 6TELOIV/fix-a11y-issues
fix: a11y issues
2 parents 2688763 + edded6e commit e9ac669

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

templates/footer.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ <h4>Terms and policies</h4>
2222
<div class="four columns mt3 mt0-l">
2323
<h4>Social</h4>
2424
<div class="flex flex-row flex-wrap">
25-
<a rel="me" href="https://social.rust-lang.org/@rust" target="_blank" rel="noopener" alt="mastodon link"><img src="{{ config.base_url | safe }}/images/mastodon.svg" alt="mastodon logo" title="Mastodon"/></a>
26-
<a rel="me" href="https://bsky.app/profile/rust-lang.org" target="_blank" rel="noopener" alt="Bluesky link"><img src="{{ config.base_url | safe }}/images/bluesky.svg" alt="Bluesky logo" title="Bluesky"/></a>
27-
<a href="https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA" target="_blank" rel="noopener" alt="youtube link"><img style="padding-top: 6px; padding-bottom:6px" src="{{ config.base_url | safe }}/images/youtube.svg" alt="youtube logo" title="YouTube"/></a>
28-
<a href="https://discord.gg/rust-lang" target="_blank" rel="noopener" alt="discord link"><img src="{{ config.base_url | safe }}/images/discord.svg" alt="discord logo" title="Discord"/></a>
29-
<a href="https://github.com/rust-lang" target="_blank" rel="noopener" alt="github link"><img src="{{ config.base_url | safe }}/images/github.svg" alt="github logo" title="GitHub"/></a>
25+
<a rel="me" href="https://social.rust-lang.org/@rust" target="_blank" rel="noopener"><img src="{{ config.base_url | safe }}/images/mastodon.svg" alt="Mastodon"/></a>
26+
<a rel="me" href="https://bsky.app/profile/rust-lang.org" target="_blank" rel="noopener"><img src="{{ config.base_url | safe }}/images/bluesky.svg" alt="Bluesky"/></a>
27+
<a href="https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA" target="_blank" rel="noopener"><img style="padding-top: 6px; padding-bottom:6px" src="{{ config.base_url | safe }}/images/youtube.svg" alt="YouTube"/></a>
28+
<a href="https://discord.gg/rust-lang" target="_blank" rel="noopener"><img src="{{ config.base_url | safe }}/images/discord.svg" alt="Discord"/></a>
29+
<a href="https://github.com/rust-lang" target="_blank" rel="noopener"><img src="{{ config.base_url | safe }}/images/github.svg" alt="GitHub"/></a>
3030
</div>
3131
<h4 class="mt4 mb3">RSS</h4>
3232
<ul>

templates/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<nav class="flex flex-row justify-center justify-end-l items-center flex-wrap ph2 pl3-ns pr4-ns">
33
<div class="brand flex-auto w-100 w-auto-l self-start tc tl-l">
44
<a href="{{ config.base_url | safe }}{{ section.path | safe }}">
5-
<img class="v-mid ml0-l rust-logo" alt="Rust Logo" src="{{ config.base_url | safe }}/images/rust-logo-blk.svg">
5+
<img class="v-mid ml0-l rust-logo" alt="" src="{{ config.base_url | safe }}/images/rust-logo-blk.svg">
66
<span class="dib ml1 ml0-l">{{ section.title }}</span>
77
</a>
88
</div>

0 commit comments

Comments
 (0)