Use Forgejo URLs
All checks were successful
/ deploy (push) Successful in 34s

This commit is contained in:
Aleks Rutins 2025-06-10 17:02:29 -04:00
parent f8220c7bbf
commit 2a481ed6b3
Signed by: asr
SSH key fingerprint: SHA256:DBype7RrB3qCdOLdkvecD2Y3THOYgYOVw6jAHVgsGRQ

View file

@ -57,11 +57,11 @@ module Pages
footer(class: 'text-gray-500 py-4 text-center flex flex-col items-center gap-3') { footer(class: 'text-gray-500 py-4 text-center flex flex-col items-center gap-3') {
p { p {
a(href: 'https://git.farthergate.com/p') { 'git' } a(href: 'https://git.farthergate.com/asr') { 'git' }
plain ' ~ ' plain ' ~ '
a(href: 'https://bsky.app/profile/farthergate.com') { 'bsky' } a(href: 'https://bsky.app/profile/farthergate.com') { 'bsky' }
plain ' ~ ' plain ' ~ '
a(href: 'https://git.farthergate.com/p/rad:z3eNe9ayEhwgxmeJb92jwiY1QsANh') { 'source' } a(href: 'https://git.farthergate.com/asr/farthergate.com') { 'source' }
} }
p { "built with phlexite and tailwindcss" } p { "built with phlexite and tailwindcss" }
p { "© #{Time.now.year} Aleks Rūtiņš" } p { "© #{Time.now.year} Aleks Rūtiņš" }