mirror of
https://github.com/doocs/advanced-java.git
synced 2025-03-24 10:50:06 +08:00
chore: update index pages
This commit is contained in:
parent
8585470be9
commit
3a52711c7d
@ -141,11 +141,8 @@
|
||||
});
|
||||
|
||||
hook.afterEach(function (html) {
|
||||
const footer = [
|
||||
"<footer>",
|
||||
'<span>Copyright © 2018-2021 <a href="https://github.com/doocs" target="_blank">Doocs</a>. All rights reserved.',
|
||||
"</footer>",
|
||||
].join("");
|
||||
const currentYear = new Date().getFullYear()
|
||||
const footer = `<footer><span>Copyright © 2018-${currentYear} <a href="https://github.com/doocs" target="_blank">Doocs</a>. All Rights Reserved</footer>`
|
||||
return html + footer;
|
||||
});
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user