chore: fix index.html

This commit is contained in:
qingwei.li 2018-03-07 17:54:50 +08:00
parent 54f45ecb0a
commit ef1b42be23
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
return editHtml
+ html
+ '\n----\n'
+ '\n\n----\n\n'
+ '<a href="https://docsify.js.org" target="_blank" style="color: inherit; font-weight: normal; text-decoration: none;">Powered by docsify</a>'
})
}

View File

@ -43,7 +43,7 @@
return editHtml
+ html
+ '\n----\n'
+ '\n\n----\n\n'
+ 'Last modified {docsify-updated} '
+ editHtml
})