diff --git a/lib/index.js b/lib/index.js index 3622547..72c66dc 100644 --- a/lib/index.js +++ b/lib/index.js @@ -11,8 +11,8 @@ function plugin (options) { if (options.redirect) { // Redirect to permalink location const redirectBuffer = new Buffer(` - - + + `) const orginalBuffer = newFile.contents newFile.contents = Buffer.concat([redirectBuffer, orginalBuffer]) @@ -37,4 +37,4 @@ function plugin (options) { } } -module.exports = plugin; \ No newline at end of file +module.exports = plugin;