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 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue