update footer

This commit is contained in:
Prodesire 2018-05-11 22:46:43 +08:00
parent cac36cd3dd
commit f765ba29fc
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
var footer = [
'<hr/>',
'<footer>',
'<span><a href="https://github.com/flaggo/pydu">pydu</a> &copy;2017 - 2018.</span>',
'<span><a href="https://github.com/flaggo/pydu">pydu</a> Copyright &copy; 2017-2018 <a href="https://github.com/Prodesire">Prodesire</a>. </span>',
'<span>Powered By <a href="https://github.com/QingWei-Li/docsify" target="_blank">docsify</a>.</span>',
'</footer>'
].join('');