tools: rss: extract feed

This commit is contained in:
He4eT 2023-12-09 09:38:48 +01:00
commit 734e6282e0
3 changed files with 17 additions and 14 deletions

11
tools/rss-entries.js Normal file
View file

@ -0,0 +1,11 @@
export const feed = [[
'2021-10-02',
'https://oddsquat.org/1',
'Second Item Title',
'Use this for the content. It can include html.'
], [
'2021-10-01',
'https://oddsquat.org/2',
'First Item Title',
'Use this for the content. It can include html.'
]]