From 8a5d0da3e539bacbc4fc608a2e9f984ffd74d3b3 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 4 Oct 2019 23:39:43 +0200 Subject: [PATCH] fixed id not being a link like it apparently should --- node/rss.js | 1 - 1 file changed, 1 deletion(-) 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,