mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
fix: accessibility issues with footer links, optimize footer link handling logic
This commit is contained in:
parent
a27cdcb7f9
commit
96fba2d473
8 changed files with 52 additions and 44 deletions
|
@ -141,16 +141,16 @@ export const themeConfig: ThemeConfig = {
|
|||
url: 'https://github.com/radishzzz/astro-theme-retypeset',
|
||||
},
|
||||
{
|
||||
name: 'X',
|
||||
url: 'https://x.com/radishzz_',
|
||||
},
|
||||
name: 'Email',
|
||||
url: 'email@radishzz.cc',
|
||||
}
|
||||
// {
|
||||
// name: 'Email',
|
||||
// url: 'https://example@gmail.com',
|
||||
// }
|
||||
// name: 'X',
|
||||
// url: 'https://x.com/radishzz_',
|
||||
// },
|
||||
],
|
||||
// year of website start
|
||||
startYear: 2024,
|
||||
startYear: 2025,
|
||||
},
|
||||
// FOOTER SETTINGS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> END
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue