Skip to content

Commit a411294

Browse files
committed
chore: add docsify link
1 parent e097f88 commit a411294

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="en">
3+
34
<head>
45
<meta charset="UTF-8">
56
<title>docsify</title>
@@ -19,6 +20,7 @@
1920
}
2021
</style>
2122
</head>
23+
2224
<body>
2325
<div id="app">Loading ...</div>
2426
<script>
@@ -53,16 +55,15 @@
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
]
@@ -75,4 +76,5 @@
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>

0 commit comments

Comments
 (0)