Skip to content

Commit 33ea661

Browse files
authored
Merge pull request #1310 from dtolnay/nojekyll
End .nojekyll file with newline
2 parents 1b18740 + 69cc1fa commit 33ea661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/html_handlebars/hbs_renderer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ impl HtmlHandlebars {
184184
write_file(
185185
destination,
186186
".nojekyll",
187-
b"This file makes sure that Github Pages doesn't process mdBook's output.",
187+
b"This file makes sure that Github Pages doesn't process mdBook's output.\n",
188188
)?;
189189

190190
if let Some(cname) = &html_config.cname {

0 commit comments

Comments
 (0)