aboutsummaryrefslogtreecommitdiffstats
path: root/src/theming/hbs.rs
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2024-04-05 13:30:39 -0400
committeralyx <alyx@aleteoryx.me>2024-04-05 13:30:39 -0400
commitca7c46e535ac60a976a8c60477fa9424c46b6e3f (patch)
tree61dc653b6992fb08d8b316ca165e77b6bb44f674 /src/theming/hbs.rs
parentd7727c21586734f19d016fc84f94eaf0764eda34 (diff)
downloadlfm_embed-ca7c46e535ac60a976a8c60477fa9424c46b6e3f.tar.gz
lfm_embed-ca7c46e535ac60a976a8c60477fa9424c46b6e3f.tar.bz2
lfm_embed-ca7c46e535ac60a976a8c60477fa9424c46b6e3f.zip
lua loading
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