Skip to content

Commit 3cf37fa

Browse files
committed
Added titles to social icons, see issue #558
1 parent 0272bf6 commit 3cf37fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/footer.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
</div>
2525
<div class="four columns mt3 mt0-l">
2626
<h4>Social</h4>
27-
<a href="https://twitter.com/rustlang" target="_blank" rel="noopener" alt="twitter link"><img src="/static/images/twitter.svg" alt="twitter logo"/></a>
28-
<a href="https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA" target="_blank" rel="noopener" alt="youtube link"><img style="padding-top: 6px; padding-bottom:6px" src="/static/images/youtube.svg" alt="youtube logo"/></a>
29-
<a href="https://discord.gg/rust-lang" target="_blank" rel="noopener" alt="discord link"><img src="/static/images/discord.svg" alt="discord logo"/></a>
30-
<a href="https://github.com/rust-lang" target="_blank" rel="noopener" alt="github link"><img src="/static/images/github.svg" alt="github logo"/></a>
27+
<a href="https://twitter.com/rustlang" target="_blank" rel="noopener" alt="twitter link"><img src="/static/images/twitter.svg" alt="twitter logo" title="Twitter"/></a>
28+
<a href="https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA" target="_blank" rel="noopener" alt="youtube link"><img style="padding-top: 6px; padding-bottom:6px" src="/static/images/youtube.svg" alt="youtube logo" title="YouTube"/></a>
29+
<a href="https://discord.gg/rust-lang" target="_blank" rel="noopener" alt="discord link"><img src="/static/images/discord.svg" alt="discord logo" title="Discord"/></a>
30+
<a href="https://github.com/rust-lang" target="_blank" rel="noopener" alt="github link"><img src="/static/images/github.svg" alt="github logo" title="GitHub"/></a>
3131
</div>
3232

3333
</div>

0 commit comments

Comments
 (0)