fixed id not being a link like it apparently should

This commit is contained in:
Ellpeck 2019-10-04 23:39:43 +02:00
parent 9ae98b09b3
commit 8a5d0da3e5

View file

@ -58,7 +58,6 @@ function createFeed(callback) {
let html = converter.makeHtml(content.toString()); let html = converter.makeHtml(content.toString());
feed.addItem({ feed.addItem({
title: post["name"], title: post["name"],
id: id,
link: "https://ellpeck.de/#blog-" + id, link: "https://ellpeck.de/#blog-" + id,
description: post["summary"], description: post["summary"],
content: html, content: html,