From 16f0edd24e5b436e0e5894379248a31a6ec1c029 Mon Sep 17 00:00:00 2001 From: Qrius Date: Thu, 26 Sep 2024 00:11:05 +0200 Subject: Fix bug --- src/skaldpress/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/skaldpress/main.rs b/src/skaldpress/main.rs index 57f3106..bd0ebd3 100644 --- a/src/skaldpress/main.rs +++ b/src/skaldpress/main.rs @@ -347,7 +347,7 @@ fn compile_file(file_path: &Path, opts: &Opts) -> Result format!(r#"html_from_markdown(%"{}"%)"#, file_content), - content => content.to_string(), + _ => file_content.to_string(), }; let Some(template) = &map.get("template") else { -- cgit v1.2.3