add published datetime to atom feed
This commit is contained in:
parent
9231fb02a4
commit
19a79bcb6c
@ -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)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user