add mastodon

This commit is contained in:
2024-12-05 11:19:04 +01:00
parent 83a24557bd
commit 489156fe87
4 changed files with 12 additions and 1 deletions

View File

@ -44,6 +44,12 @@ pub async fn render_contact() -> Result<ContactPageTemplate, StatusCode> {
title: "YouTube channel".to_string(),
svg: "youtube".to_string(),
},
ContactLink {
href: "https://mastodon.online/@michalvankodev".to_string(),
label: "Mastodon".to_string(),
title: "Mastodon profile".to_string(),
svg: "mastodon".to_string(),
},
ContactLink {
href: "https://instagram.com/michalvankodev".to_string(),
label: "Instagram".to_string(),