mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-18 04:06:05 +02:00
update: site footer style
This commit is contained in:
parent
09fe7dcb37
commit
ba02b15c16
3 changed files with 90 additions and 9 deletions
|
@ -74,16 +74,16 @@ export const themeConfig: ThemeConfig = {
|
|||
// FOOTER SETTINGS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> START
|
||||
footer: {
|
||||
linkA: {
|
||||
name: 'RSS',
|
||||
url: '/rss.xml',
|
||||
name: 'RSS', // Link name
|
||||
url: '/rss.xml', // Link URL
|
||||
},
|
||||
linkB: {
|
||||
name: 'GitHub',
|
||||
url: 'https://github.com/radishzzz/astro-theme-retypeset',
|
||||
name: 'GitHub', // Link name
|
||||
url: 'https://github.com/radishzzz/astro-theme-retypeset', // Link URL
|
||||
},
|
||||
linkC: {
|
||||
name: 'Telegram',
|
||||
url: 'https://t.me/radishzz',
|
||||
name: 'Telegram', // Link name
|
||||
url: 'https://t.me/radishzz', // Link URL
|
||||
},
|
||||
startYear: '2024', // The year when website was established
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue