Updated RSS merge tag reference
This commit is contained in:
parent
d555ca44ac
commit
408db13fd4
5 changed files with 48 additions and 21 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue