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 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
+
3
4
< head >
4
5
< meta charset ="UTF-8 ">
5
6
< title > docsify</ title >
19
20
}
20
21
</ style >
21
22
</ head >
23
+
22
24
< body >
23
25
< div id ="app "> Loading ...</ div >
24
26
< script >
53
55
} ,
54
56
formatUpdated : '{MM}/{DD} {HH}:{mm}' ,
55
57
plugins : [
56
- function ( hook , vm ) {
58
+ function ( hook , vm ) {
57
59
hook . beforeEach ( function ( html ) {
58
60
var url = 'https://github.com/QingWei-Li/docsify/blob/master/docs/' + vm . route . file
59
61
var editHtml = '[:memo: Edit Document](' + url + ')\n'
60
62
61
63
return editHtml
62
64
+ html
63
65
+ '\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>'
66
67
} )
67
68
}
68
69
]
75
76
< script src ="//unpkg.com/prismjs/components/prism-markdown.min.js "> </ script >
76
77
< script src ="//unpkg.com/prismjs/components/prism-nginx.min.js "> </ script >
77
78
</ body >
78
- </ html >
79
+
80
+ </ html >
You can’t perform that action at this time.
0 commit comments