mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
convention: period in the descriptions
This commit is contained in:
parent
96a1b486f3
commit
4567ff258b
7 changed files with 12 additions and 8 deletions
|
|
@ -8,8 +8,8 @@ const rssFeed = new rss({
|
|||
site_url: `${url}`,
|
||||
feed_url: `${url}/rss.xml`,
|
||||
image_url: `${url}/icon.svg'`,
|
||||
description:
|
||||
'A fanzine about experiments, code and other cyberpunk stuff'})
|
||||
description: 'A fanzine about experiments, code and other cyberpunk stuff.',
|
||||
})
|
||||
|
||||
feed.forEach(([date, url, title, description]) =>
|
||||
rssFeed.item({date, url, title, description}))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue