diff --git a/Cargo.toml b/Cargo.toml index 76fa25f..0219e37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,6 @@ ructe = { version = "0.13", features = ["warp02"] } pfacts = "0" serde_json = "1" eyre = "0.6" -reqwest = { version = "0.10", features = ["json"] } pretty_env_logger = "0" [workspace] diff --git a/templates/blog_atom.rs.xml b/templates/blog_atom.rs.xml index c6fd32c..0296da6 100644 --- a/templates/blog_atom.rs.xml +++ b/templates/blog_atom.rs.xml @@ -19,7 +19,7 @@ https://christine.website/@post.link @post.front_matter.title - @post.date.to_rfc3339() + @post.date.to_rfc3339() }