mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
Fix/script in theme (#163)
* Add newline before appended content * Also add new line to dev page
This commit is contained in:
parent
000194c8da
commit
2a21c40f17
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}'
|
||||
})
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user