diff --git a/src/renderer/html_handlebars/hbs_renderer.rs b/src/renderer/html_handlebars/hbs_renderer.rs index 7880817b..9b5fc95e 100644 --- a/src/renderer/html_handlebars/hbs_renderer.rs +++ b/src/renderer/html_handlebars/hbs_renderer.rs @@ -184,7 +184,7 @@ impl HtmlHandlebars { write_file( destination, ".nojekyll", - b"This file makes sure that Github Pages doesn't process mdBook's output.", + b"This file makes sure that Github Pages doesn't process mdBook's output.\n", )?; write_file(destination, "book.js", &theme.js)?;