From 4b73564dacc18277bef0c56b973736fb55591bce Mon Sep 17 00:00:00 2001 From: Aleks Rutins Date: Tue, 10 Jun 2025 20:16:35 -0400 Subject: [PATCH] Add mastodon link --- pages/layout.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/layout.rb b/pages/layout.rb index d63f352..6545ff4 100644 --- a/pages/layout.rb +++ b/pages/layout.rb @@ -59,7 +59,9 @@ module Pages p { a(href: 'https://git.farthergate.com/asr') { 'git' } plain ' ~ ' - a(href: 'https://bsky.app/profile/farthergate.com') { 'bsky' } + a(rel: 'me',href: 'https://floss.social/@asr') { 'mastodon' } + plain ' ~ ' + a(rel: 'me',href: 'https://bsky.app/profile/farthergate.com') { 'bsky' } plain ' ~ ' a(href: 'https://git.farthergate.com/asr/farthergate.com') { 'source' } }