Skip to content

Commit 9f97861

Browse files
authored
Merge pull request #1558 from m-ou-se/bluesky
Social media links: twitter -> bluesky.
2 parents 222b2d9 + 0bf88f3 commit 9f97861

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

static/images/bluesky.svg

+16
Loading

templates/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h4>Terms and policies</h4>
2323
<h4>Social</h4>
2424
<div class="flex flex-row flex-wrap">
2525
<a rel="me" href="https://social.rust-lang.org/@rust" target="_blank" rel="noopener" alt="mastodon link"><img src="{{ root }}images/mastodon.svg" alt="mastodon logo" title="Mastodon"/></a>
26-
<a href="https://twitter.com/rustlang" target="_blank" rel="noopener" alt="twitter link"><img src="{{ root }}images/twitter.svg" alt="twitter logo" title="Twitter"/></a>
26+
<a rel="me" href="https://bsky.app/profile/rust-lang.org" target="_blank" rel="noopener" alt="Bluesky link"><img src="{{ root }}images/bluesky.svg" alt="Bluesky logo" title="Bluesky"/></a>
2727
<a href="https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA" target="_blank" rel="noopener" alt="youtube link"><img style="padding-top: 6px; padding-bottom:6px" src="{{ root }}images/youtube.svg" alt="youtube logo" title="YouTube"/></a>
2828
<a href="https://discord.gg/rust-lang" target="_blank" rel="noopener" alt="discord link"><img src="{{ root }}images/discord.svg" alt="discord logo" title="Discord"/></a>
2929
<a href="https://github.com/rust-lang" target="_blank" rel="noopener" alt="github link"><img src="{{ root }}images/github.svg" alt="github logo" title="GitHub"/></a>

0 commit comments

Comments
 (0)