diff --git a/pages/layout.rb b/pages/layout.rb index c735455..d63f352 100644 --- a/pages/layout.rb +++ b/pages/layout.rb @@ -57,11 +57,11 @@ module Pages footer(class: 'text-gray-500 py-4 text-center flex flex-col items-center gap-3') { p { - a(href: 'https://git.farthergate.com/p') { 'git' } + a(href: 'https://git.farthergate.com/asr') { 'git' } plain ' ~ ' a(href: 'https://bsky.app/profile/farthergate.com') { 'bsky' } 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 { "© #{Time.now.year} Aleks Rūtiņš" }