This commit is contained in:
He4eT 2023-12-11 11:16:16 +01:00
commit 40dd888a0c
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ const rssFeed = new rss({
feed_url: `${url}/rss.xml`,
image_url: `${url}/icon.svg'`,
description:
'Fanzine about experiments, code and other cyberpunk stuff'})
'A fanzine about experiments, code and other cyberpunk stuff'})
feed.forEach(([date, url, title, description]) =>
rssFeed.item({date, url, title, description}))