From 038ce159088d99125b46f4c7d6c2496e61626c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Wed, 30 Apr 2025 12:22:16 +0400 Subject: [PATCH] Fix and complete author element in Atom feed --- feeds.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/feeds.ts b/feeds.ts index 0e39bf2..ee87e42 100644 --- a/feeds.ts +++ b/feeds.ts @@ -42,7 +42,9 @@ export async function profileAtomFeed( ${isoDate(lastUpdate)} ${profile.avatarImageUrl} - ${name} + ${profile.name} + ${profile.profileUrl} + nostr:${profile.nprofile} ${articlesXml}