fixed the rss feed linking to the wrong blog
This commit is contained in:
parent
c4f4071e68
commit
8980028694
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ function createFeed(callback) {
|
|||
let html = converter.makeHtml(content.toString());
|
||||
feed.addItem({
|
||||
title: post["name"],
|
||||
link: "https://ellpeck.de/#blog-" + id,
|
||||
link: "https://ellpeck.de/blog-" + id,
|
||||
description: post["summary"],
|
||||
content: html,
|
||||
date: date,
|
||||
|
|
Loading…
Reference in a new issue