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 809e3f8 commit 0b3ed06Copy full SHA for 0b3ed06
src/renderer/html_handlebars/hbs_renderer.rs
@@ -304,7 +304,7 @@ impl HtmlHandlebars {
304
ch.name.clone() + " - " + book_title
305
};
306
307
- let slug = ctx_path.replace(".md", "").replace("/index", "");
+ let slug = ctx_path.replace(".md", "").replace("/index", "/");
308
309
let mut site_url = if let Some(site_url) = &ctx.html_config.site_url {
310
site_url.clone()
0 commit comments