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
1 changed files with 0 additions and 1 deletions

View File

@ -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,