Fix and complete author element in Atom feed
This commit is contained in:
parent
7aebcfc43f
commit
038ce15908
4
feeds.ts
4
feeds.ts
@ -42,7 +42,9 @@ export async function profileAtomFeed(
|
||||
<updated>${isoDate(lastUpdate)}</updated>
|
||||
<icon>${profile.avatarImageUrl}</icon>
|
||||
<author>
|
||||
<name>${name}</name>
|
||||
<name>${profile.name}</name>
|
||||
<uri>${profile.profileUrl}</uri>
|
||||
<nostr:uri>nostr:${profile.nprofile}</nostr>
|
||||
</author>
|
||||
${articlesXml}
|
||||
</feed>
|
||||
|
Loading…
x
Reference in New Issue
Block a user