Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
alterae committed Jul 18, 2023
1 parent b9e61df commit 30b7d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ impl Site {
source,
})?,
// FIXME: replace this unwrap with better code
"source-path" => mapping.source.to_str().unwrap().to_owned()},
"source_path" => mapping.source.to_str().unwrap().to_owned()},
);

let layout_name = layout
Expand Down

0 comments on commit 30b7d5c

Please sign in to comment.