mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
tools: rss: extract feed
This commit is contained in:
parent
956b06356b
commit
734e6282e0
3 changed files with 17 additions and 14 deletions
11
tools/rss-entries.js
Normal file
11
tools/rss-entries.js
Normal 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.'
|
||||
]]
|
||||
Loading…
Add table
Add a link
Reference in a new issue