Updated RSS merge tag reference

This commit is contained in:
witzig 2017-05-03 23:13:05 +02:00
parent d555ca44ac
commit 408db13fd4
5 changed files with 48 additions and 21 deletions

View file

@ -52,7 +52,7 @@ module.exports.fetch = (url, callback) => {
link: item.link,
content: item.description || item.summary,
summary: item.summary || item.description,
image_url: item.image.url,
image_url: item.image.url
};
entries.push(entry);
}