mirror of
https://github.com/fmhy/edit.git
synced 2025-07-30 07:42:18 +10:00
Fix text not appearing in footer (#3663)
Co-authored-by: Lenicyl <lenicyl@disroot.org>
This commit is contained in:
parent
99fe63211c
commit
ec23953ece
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ export default defineConfig({
|
||||||
search,
|
search,
|
||||||
footer: {
|
footer: {
|
||||||
message: `${feedback} (rev: ${commitRef})`,
|
message: `${feedback} (rev: ${commitRef})`,
|
||||||
copyright: `© ${new Date().getFullYear()}, <a href="https://i.ibb.co/pLVXBSh/image.png">Estd 2018.</a><div></div>This site does not host any files.`
|
copyright: `© ${new Date().getFullYear()}, <a href="https://i.ibb.co/pLVXBSh/image.png">Estd 2018.</a><br> This site does not host any files.`
|
||||||
},
|
},
|
||||||
editLink: {
|
editLink: {
|
||||||
pattern: 'https://github.com/fmhy/edit/edit/main/docs/:path',
|
pattern: 'https://github.com/fmhy/edit/edit/main/docs/:path',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue