Skip to content

Commit 69cc1fa

Browse files
committed
End .nojekyll file with newline
Before: /path/to$ cat book/.nojekyll This file makes sure that Github Pages doesn't process mdBook's output./path/to$ ▎ After: /path/to$ cat book/.nojekyll This file makes sure that Github Pages doesn't process mdBook's output. /path/to$ ▎
1 parent f6768b8 commit 69cc1fa

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
write_file(destination, "book.js", &theme.js)?;

0 commit comments

Comments
 (0)