From b7eccde9d0ae114e80ad69eb2c63ac45aaa29155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sun, 27 Apr 2025 11:57:44 +0400 Subject: [PATCH] Add alternate HTML links to feeds See https://github.com/feedbin/feedbin/issues/747 --- feeds.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/feeds.ts b/feeds.ts index e81317b..0e39bf2 100644 --- a/feeds.ts +++ b/feeds.ts @@ -20,6 +20,7 @@ export async function profileAtomFeed( ${articleId} ${article.title} + ${isoDate(article.updatedAt)} ${isoDate(article.publishedAt)} @@ -35,6 +36,7 @@ export async function profileAtomFeed( ${profile.name} on Nostr (Articles) + ${feedId} ${isoDate(lastUpdate)}