fixed id not being a link like it apparently should
This commit is contained in:
parent
9ae98b09b3
commit
8a5d0da3e5
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue