add published datetime to atom feed

This commit is contained in:
Daniel Micay 2020-12-02 16:29:39 -05:00
parent 9231fb02a4
commit 19a79bcb6c

View File

@ -23,6 +23,7 @@ for release in releases:
<link href="https://grapheneos.org/releases#{title}"/> <link href="https://grapheneos.org/releases#{title}"/>
<title>{title}</title> <title>{title}</title>
<updated>{time}</updated> <updated>{time}</updated>
<published>{time}</published>
<content type="xhtml"> <content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml"> <div xmlns="http://www.w3.org/1999/xhtml">
{"".join(content)} {"".join(content)}