Add mastodon link
All checks were successful
/ deploy (push) Successful in 26s

This commit is contained in:
Aleks Rutins 2025-06-10 20:16:35 -04:00
parent 5128fdf423
commit 4b73564dac
Signed by: asr
SSH key fingerprint: SHA256:DBype7RrB3qCdOLdkvecD2Y3THOYgYOVw6jAHVgsGRQ

View file

@ -59,7 +59,9 @@ module Pages
p { p {
a(href: 'https://git.farthergate.com/asr') { 'git' } a(href: 'https://git.farthergate.com/asr') { 'git' }
plain ' ~ ' 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 ' ~ ' plain ' ~ '
a(href: 'https://git.farthergate.com/asr/farthergate.com') { 'source' } a(href: 'https://git.farthergate.com/asr/farthergate.com') { 'source' }
} }