From aec35d9eb396cdd3061c734ac4e60ee68a8316b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Thu, 24 Oct 2024 16:13:14 +0200 Subject: [PATCH] Add published date to feed items --- feeds.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/feeds.ts b/feeds.ts index 031ade8..5f61a65 100644 --- a/feeds.ts +++ b/feeds.ts @@ -16,6 +16,7 @@ export function profileAtomFeed(profile: Profile, articles: Article[]) { ${article.title} ${isoDate(article.updatedAt)} + ${isoDate(article.publishedAt)} ${article.summary}