Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
Cadey Ratio 2021-01-22 21:11:27 -05:00
parent c02fc1c7e0
commit c491a57cba
2 changed files with 1 additions and 2 deletions

View File

@ -51,7 +51,6 @@ ructe = { version = "0.13", features = ["warp02"] }
pfacts = "0" pfacts = "0"
serde_json = "1" serde_json = "1"
eyre = "0.6" eyre = "0.6"
reqwest = { version = "0.10", features = ["json"] }
pretty_env_logger = "0" pretty_env_logger = "0"
[workspace] [workspace]

View File

@ -19,7 +19,7 @@
<entry> <entry>
<id>https://christine.website/@post.link</id> <id>https://christine.website/@post.link</id>
<title>@post.front_matter.title</title> <title>@post.front_matter.title</title>
<updated>@post.date.to_rfc3339()</updated> <published>@post.date.to_rfc3339()</published>
<link href="https://christine.website/@post.link" rel="alternate"/> <link href="https://christine.website/@post.link" rel="alternate"/>
</entry> </entry>
} }