aboutsummaryrefslogtreecommitdiffstats
path: root/src/theming/hbs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/theming/hbs.rs')
-rw-r--r--src/theming/hbs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theming/hbs.rs b/src/theming/hbs.rs
index 6da8385..e5da0cd 100644
--- a/src/theming/hbs.rs
+++ b/src/theming/hbs.rs
@@ -22,7 +22,7 @@ static HANDLEBARS: LazyLock<Handlebars> = LazyLock::new(|| {
if let Some(themes_dir) = CONFIG.theme_dir.as_ref() {
log::info!("Registering theme dir `{themes_dir}`");
- hb.register_templates_directory(&CONFIG.theme_ext, themes_dir.as_ref()).unwrap();
+ hb.register_templates_directory(&CONFIG.theme_ext_hbs, themes_dir.as_ref()).unwrap();
}
hb