Skip to content

Commit

Permalink
Fix template extension
Browse files Browse the repository at this point in the history
Maybe I was never supposed to have the period…
  • Loading branch information
backspace committed Jan 3, 2024
1 parent 2808e10 commit 54c6298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unmnemonic_devices_vrs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pub async fn app(services: InjectableServices) -> Router {
hbs.register_templates_directory(
"src/templates",
DirectorySourceOptions {
tpl_extension: "hbs".to_string(),
tpl_extension: ".hbs".to_string(),
hidden: false,
temporary: false,
},
Expand Down

0 comments on commit 54c6298

Please sign in to comment.