summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2020-09-06 09:21:59 -0700
committerGitHub <noreply@github.com>2020-09-06 09:21:59 -0700
commit33ea6613509ef1db6a45cf686217c69f7b047bd5 (patch)
treee2c3e99a9dfbe604bb0c06c993e42dac1befcad3 /src
parent1b18740b568b97a250f4588c1b060d199a3acff3 (diff)
parent69cc1fa005429c447758d0ffa376a6d5be97bc1a (diff)
Merge pull request #1310 from dtolnay/nojekyll
End .nojekyll file with newline
Diffstat (limited to 'src')
-rw-r--r--src/renderer/html_handlebars/hbs_renderer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/html_handlebars/hbs_renderer.rs b/src/renderer/html_handlebars/hbs_renderer.rs
index ec142eef..4992730e 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",
)?;
if let Some(cname) = &html_config.cname {