mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
typos
This commit is contained in:
parent
151c61a79a
commit
40dd888a0c
3 changed files with 3 additions and 3 deletions
|
|
@ -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}))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue