Skip to content

Commit a85cae7

Browse files
committed
更新编辑脚注
netlify 无法渲染 docsify-updated 字段
1 parent eb54dcd commit a85cae7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
function(hook, vm) {
3838
hook.beforeEach(function(html) {
3939
var url = 'https://github.com/paddingme/Front-end-Web-Development-Interview-Question/blob/master/' + vm.route.file
40-
var editHtml = '[:memo: 编辑文档](' + url + ')\n'
40+
var editHtml = '<p style="text-align: right">[:memo: Github 上编辑此页面文档](' + url + ')</p>\n'
4141

4242
return html
43-
+ '\n----\n'
44-
+ '最后更新于 {docsify-updated} '
43+
// + '\n----\n'
44+
// + '最后更新于 {docsify-updated} '
4545
+ editHtml
4646
})
4747

0 commit comments

Comments
 (0)