diff --git a/feeds.ts b/feeds.ts
index d853fdf..bef4c6a 100644
--- a/feeds.ts
+++ b/feeds.ts
@@ -17,7 +17,9 @@ export function profileAtomFeed(profile: Profile, articles: Article[]) {
${isoDate(article.updatedAt)}
${article.summary}
- ${article.html}
+
`;
}).join("\n");
@@ -25,7 +27,7 @@ export function profileAtomFeed(profile: Profile, articles: Article[]) {
return `
- ${profile.name} on Nostr
+ ${profile.name} on Nostr (Articles)
${feedId}
${isoDate(lastUpdate)}
${profile.picture}