diff options
Diffstat (limited to 'templates/blog_atom.rs.xml')
| -rw-r--r-- | templates/blog_atom.rs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <entry> <id>https://christine.website/@post.link</id> <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"/> </entry> } |
