File tree Expand file tree Collapse file tree 6 files changed +23
-4
lines changed
Expand file tree Collapse file tree 6 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 3131 </ label >
3232 </ form >
3333 < aside >
34- < a href ="https://twitter.com/swiftlang " rel ="nofollow " title ="Follow @SwiftLang on Twitter "> < i class ="twitter "> </ i > </ a >
34+ < a href ="https://x.com/swiftlang " rel ="nofollow " title ="Follow @SwiftLang on X "> < i class ="x "> </ i > </ a >
35+ < a href ="https://bsky.app/profile/swift.org " rel ="nofollow " title ="Follow @swift.org on Bluesky "> < i class ="bluesky "> </ i > </ a >
36+ < a href ="https://mastodon.social/@swiftlang " rel ="nofollow " title ="Follow @swiftLang on Mastodon "> < i class ="mastodon "> </ i > </ a >
3537 < a href ="/atom.xml " title ="Subscribe to Site Updates "> < i class ="feed "> </ i > </ a >
3638 </ aside >
3739 </ div >
Original file line number Diff line number Diff line change @@ -515,8 +515,14 @@ footer[role="contentinfo"] {
515515 margin-left : 1em ;
516516 float : right ;
517517
518- & .twitter {
519- background-image : url (" /assets/images/icon-twitter.svg" );
518+ & .x {
519+ background-image : url (" /assets/images/icon-x.svg" );
520+ }
521+ & .mastodon {
522+ background-image : url (" /assets/images/icon-mastodon.svg" );
523+ }
524+ & .bluesky {
525+ background-image : url (" /assets/images/icon-bluesky.svg" );
520526 }
521527
522528 & .feed {
Original file line number Diff line number Diff line change @@ -130,7 +130,9 @@ Stay up-to-date with the latest in the Swift community.
130130<div class =" links links-list-nostyle " markdown =" 1 " >
131131 - [ Visit the Swift.org blog] ( /blog/ )
132132 - [ Visit the Swift forums] ( https://forums.swift.org )
133- - [ Follow @swiftlang on X (formerly Twitter)] ( https://twitter.com/swiftlang ) {: target ="_ blank" class="link-external"}
133+ - [ Follow @swiftlang on X (formerly Twitter)] ( https://x.com/swiftlang ) {: target ="_ blank" class="link-external"}
134+ - [ Follow @swift .org on Bluesky] ( https://bsky.app/profile/swift.org ) {: target ="_ blank" class="link-external"}
135+ - [ Follow @swiftlang on Mastodon] ( https://mastodon.social/@swiftlang ) {: target ="_ blank" class="link-external"}
134136</div >
135137
136138<script >
You can’t perform that action at this time.
0 commit comments