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' } }