We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb54dcd commit a85cae7Copy full SHA for a85cae7
index.html
@@ -37,11 +37,11 @@
37
function(hook, vm) {
38
hook.beforeEach(function(html) {
39
var url = 'https://github.com/paddingme/Front-end-Web-Development-Interview-Question/blob/master/' + vm.route.file
40
- var editHtml = '[:memo: 编辑文档](' + url + ')\n'
+ var editHtml = '<p style="text-align: right">[:memo: Github 上编辑此页面文档](' + url + ')</p>\n'
41
42
return html
43
- + '\n----\n'
44
- + '最后更新于 {docsify-updated} '
+// + '\n----\n'
+// + '最后更新于 {docsify-updated} '
45
+ editHtml
46
})
47
0 commit comments