This commit is contained in:
parent
b2fa73519f
commit
0543c2f36c
2 changed files with 13 additions and 0 deletions
|
@ -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()),
|
||||
|
|
|
@ -35,6 +35,18 @@
|
|||
>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
Bluesky :
|
||||
<a
|
||||
href="/contact/bluesky"
|
||||
target="_blank"
|
||||
rel="noreferrer me"
|
||||
title="Compte Bluesky, alternative à Twitter, quand Elon aura rendu Twitter payant je serais principalement sur Bluesky"
|
||||
>mylloon.bsky.social</a
|
||||
>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
Discord :
|
||||
|
|
Loading…
Reference in a new issue