Skip to content

Commit ef1b42b

Browse files
committed
chore: fix index.html
1 parent 54f45ec commit ef1b42b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
return editHtml
6464
+ html
65-
+ '\n----\n'
65+
+ '\n\n----\n\n'
6666
+ '<a href="https://docsify.js.org" target="_blank" style="color: inherit; font-weight: normal; text-decoration: none;">Powered by docsify</a>'
6767
})
6868
}

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
return editHtml
4545
+ html
46-
+ '\n----\n'
46+
+ '\n\n----\n\n'
4747
+ 'Last modified {docsify-updated} '
4848
+ editHtml
4949
})

0 commit comments

Comments
 (0)