Use <atom:author> in RSS feeds (#312)
Co-authored-by: ekzyis <ek@stacker.news>
This commit is contained in:
parent
b890215b98
commit
876b3e0fdd
|
@ -31,6 +31,7 @@ const generateRssItem = (item) => {
|
|||
<comments>${guid}</comments>
|
||||
<description><![CDATA[<a href="${guid}">Comments</a>]]></description>
|
||||
<pubDate>${new Date(item.createdAt).toUTCString()}</pubDate>
|
||||
<atom:author><atom:name>${item.user.name}</atom:name></atom:author>
|
||||
</item>
|
||||
`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue