diff --git a/node/rss.js b/node/rss.js index c405b0a..487c4a9 100644 --- a/node/rss.js +++ b/node/rss.js @@ -58,7 +58,6 @@ function createFeed(callback) { let html = converter.makeHtml(content.toString()); feed.addItem({ title: post["name"], - id: id, link: "https://ellpeck.de/#blog-" + id, description: post["summary"], content: html,