mirror of
https://github.com/zhigang1992/docsify.git
synced 2026-03-29 08:58:31 +08:00
Fix/script in theme (#163)
* Add newline before appended content * Also add new line to dev page
This commit is contained in:
2
dev.html
2
dev.html
@@ -35,7 +35,7 @@
|
||||
plugins: [
|
||||
function(hook) {
|
||||
hook.beforeEach(function (html) {
|
||||
return html += '> Last modified {docsify-updated}'
|
||||
return html += '\n> Last modified {docsify-updated}'
|
||||
})
|
||||
}
|
||||
]
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
plugins: [
|
||||
function(hook) {
|
||||
hook.beforeEach(function (html) {
|
||||
return html += '> Last modified {docsify-updated}'
|
||||
return html += '\n> Last modified {docsify-updated}'
|
||||
})
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user