fixed the rss feed linking to the wrong blog

This commit is contained in:
Ellpeck 2019-10-17 13:33:05 +02:00
parent c4f4071e68
commit 8980028694
1 changed files with 1 additions and 1 deletions

View File

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