Skip to content

Commit

Permalink
Add Bluesky Link to Social Footer (#156)
Browse files Browse the repository at this point in the history
This was nice and easy! πŸŽ‰
  • Loading branch information
coreyja authored Dec 1, 2024
1 parent 35c51ae commit 82d90c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/src/http_server/templates/footer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ pub fn footer() -> Markup {
}

ul class="flex flex-row items-center text-background space-x-4 sm:space-x-8 text-xl sm:text-2xl" {
a href="https://bsky.app/profile/coreyja.com" target="_blank" rel="noopener noreferrer" {
i class="fa-brands fa-bluesky" {}
}

a href="https://github.com/coreyja" target="_blank" rel="noopener noreferrer" {
i class="fa-brands fa-github" {}
}
Expand Down

0 comments on commit 82d90c4

Please sign in to comment.