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.
2 parents a3d4feb + fd4137a commit a64a7b7Copy full SHA for a64a7b7
src/renderer/html_handlebars/hbs_renderer.rs
@@ -452,7 +452,7 @@ impl Renderer for HtmlHandlebars {
452
let mut handlebars = Handlebars::new();
453
454
let theme_dir = match html_config.theme {
455
- Some(ref theme) => theme.to_path_buf(),
+ Some(ref theme) => ctx.root.join(theme),
456
None => ctx.root.join("theme"),
457
};
458
0 commit comments