diff --git a/dev.html b/dev.html index 51099d77..837dbf96 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 04a620c4..703bfb8a 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}' }) } ]