diff --git a/dev.html b/dev.html index 51099d7..837dbf9 100644 --- a/dev.html +++ b/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}' }) } ] diff --git a/docs/index.html b/docs/index.html index 04a620c..703bfb8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -53,7 +53,7 @@ plugins: [ function(hook) { hook.beforeEach(function (html) { - return html += '> Last modified {docsify-updated}' + return html += '\n> Last modified {docsify-updated}' }) } ]