From d3e908b2b00bfde75c855a0572311bfab18cfe96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Fri, 25 Apr 2025 11:55:54 +0400 Subject: [PATCH] Add alternate links to Atom feeds --- feeds.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/feeds.ts b/feeds.ts index 1613968..36031f4 100644 --- a/feeds.ts +++ b/feeds.ts @@ -20,6 +20,7 @@ export async function profileAtomFeed( ${articleId} ${article.title} + ${isoDate(article.updatedAt)} ${isoDate(article.publishedAt)} ${article.summary} @@ -34,6 +35,7 @@ export async function profileAtomFeed( ${profile.name} on Nostr (Articles) + ${feedId} ${isoDate(lastUpdate)} ${profile.avatarImageUrl}