mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-23 08:43:29 +02:00
config: add footer
This commit is contained in:
@@ -229,6 +229,15 @@ const themeConfig = {
|
||||
},
|
||||
sidebar_common
|
||||
],
|
||||
},
|
||||
footer: {
|
||||
copyright: 'Copyright © 2024 Nintendo Homebrew',
|
||||
items: [
|
||||
{ text: localeData.pages["contribute"], link: `/contribute` },
|
||||
{ text: localeData.pages["credits"], link: `/credits` },
|
||||
{ text: localeData.pages["privacy-policy"], link: `/privacy-policy` },
|
||||
{ text: localeData.pages["site-navigation"], link: `/site-navigation` }
|
||||
]
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user