src/main.rs
+1
-1
diff --git a/src/main.rs b/src/main.rs
index 59f64bd..423c701 100644
@@ -39,7 +39,7 @@ fn main() -> Result<()> {
let now = chrono::Local::now();
frontmatter.insert(
"date".to_owned(),
frontmatter_gen::Value::String(now.format("%FT%H%M%S").to_string()),
frontmatter_gen::Value::String(now.format("%F").to_string()),
);
fs::write(