convention: period in the descriptions

This commit is contained in:
He4eT 2025-05-08 06:02:56 +02:00
commit 4567ff258b
7 changed files with 12 additions and 8 deletions

View file

@ -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}))