We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ff12a commit 76c5b69Copy full SHA for 76c5b69
crates/mdbook-html/src/html_handlebars/hbs_renderer.rs
@@ -558,7 +558,6 @@ fn make_data(
558
);
559
}
560
561
- // TODO: remove default_theme in 0.5, it is not needed.
562
let default_theme = match html_config.default_theme {
563
Some(ref theme) => theme.to_lowercase(),
564
None => "light".to_string(),
0 commit comments