chore: feed tweaks
This commit is contained in:
parent
2c517144d7
commit
b1d2693713
3 changed files with 4 additions and 10 deletions
|
@ -14,7 +14,7 @@ module.exports = async function () {
|
|||
url: link['href'],
|
||||
tags: [...new Set(link['tags'].split(' '))],
|
||||
date: link['time'],
|
||||
description: link['extended'],
|
||||
description: `${link['extended']}<br/><br/>`,
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Reference in a new issue