Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
</label>
</form>
<aside>
<a href="https://twitter.com/swiftlang" rel="nofollow" title="Follow @SwiftLang on Twitter"><i class="twitter"></i></a>
<a href="https://x.com/swiftlang" rel="me" title="Follow @SwiftLang on X"><i class="x"></i></a>
<a href="https://bsky.app/profile/swift.org" rel="me" title="Follow @swift.org on Bluesky"><i class="bluesky"></i></a>
<a href="https://mastodon.social/@swiftlang" rel="me" title="Follow @swiftLang on Mastodon"><i class="mastodon"></i></a>
<a href="/atom.xml" title="Subscribe to Site Updates"><i class="feed"></i></a>
</aside>
</div>
Expand Down
3 changes: 3 additions & 0 deletions assets/images/icon-bluesky.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/images/icon-mastodon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/images/icon-x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions assets/stylesheets/_screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,14 @@ footer[role="contentinfo"] {
margin-left: 1em;
float: right;

&.twitter {
background-image: url("/assets/images/icon-twitter.svg");
&.x {
background-image: url("/assets/images/icon-x.svg");
}
&.mastodon {
background-image: url("/assets/images/icon-mastodon.svg");
}
&.bluesky {
background-image: url("/assets/images/icon-bluesky.svg");
}

&.feed {
Expand Down
4 changes: 3 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ Stay up-to-date with the latest in the Swift community.
<div class="links links-list-nostyle" markdown="1">
- [Visit the Swift.org blog](/blog/)
- [Visit the Swift forums](https://forums.swift.org)
- [Follow @swiftlang on X (formerly Twitter)](https://twitter.com/swiftlang){:target="_blank" class="link-external"}
- [Follow @swiftlang on X (formerly Twitter)](https://x.com/swiftlang){:target="_blank" class="link-external"}
- [Follow @swift.org on Bluesky](https://bsky.app/profile/swift.org){:target="_blank" class="link-external"}
- [Follow @swiftlang on Mastodon](https://mastodon.social/@swiftlang){:target="_blank" class="link-external"}
</div>

<script>
Expand Down