From 0543c2f36c410c4d82fa5f2beef830139b93b12f Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 19 Oct 2023 01:43:17 +0200 Subject: [PATCH] bluesky! --- src/routes/contact.rs | 1 + templates/contact.html | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/src/routes/contact.rs b/src/routes/contact.rs index 20187ff..1330791 100644 --- a/src/routes/contact.rs +++ b/src/routes/contact.rs @@ -25,6 +25,7 @@ async fn service_redirection(req: HttpRequest) -> impl Responder { /* Socials links */ "twitter" => Some("https://twitter.com/Mylloon".to_owned()), "mastodon" => Some("https://piaille.fr/@mylloon".to_owned()), + "bluesky" => Some("https://bsky.app/profile/mylloon.bsky.social".to_owned()), "discord" => match info.get("scope") { Some("user") => Some("https://discord.com/users/158260864623968257/".to_owned()), Some("guild") => Some("https://discord.gg/Z5ePxH4".to_owned()), diff --git a/templates/contact.html b/templates/contact.html index eb26d80..04653ba 100644 --- a/templates/contact.html +++ b/templates/contact.html @@ -35,6 +35,18 @@ >

+
  • +

    + Bluesky : + mylloon.bsky.social +

    +
  • Discord :