File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
3+
34< head >
45 < meta charset ="UTF-8 ">
56 < title > docsify</ title >
1920 }
2021 </ style >
2122</ head >
23+
2224< body >
2325 < div id ="app "> Loading ...</ div >
2426 < script >
5355 } ,
5456 formatUpdated : '{MM}/{DD} {HH}:{mm}' ,
5557 plugins : [
56- function ( hook , vm ) {
58+ function ( hook , vm ) {
5759 hook . beforeEach ( function ( html ) {
5860 var url = 'https://github.com/QingWei-Li/docsify/blob/master/docs/' + vm . route . file
5961 var editHtml = '[:memo: Edit Document](' + url + ')\n'
6062
6163 return editHtml
6264 + html
6365 + '\n----\n'
64- + 'Last modified {docsify-updated} '
65- + editHtml
66+ + '<a href="https://docsify.js.org" target="_blank" style="color: inherit; font-weight: normal; text-decoration: none;">Powered by docsify</a>'
6667 } )
6768 }
6869 ]
7576 < script src ="//unpkg.com/prismjs/components/prism-markdown.min.js "> </ script >
7677 < script src ="//unpkg.com/prismjs/components/prism-nginx.min.js "> </ script >
7778</ body >
78- </ html >
79+
80+ </ html >
You can’t perform that action at this time.
0 commit comments