oddsquat/tools/rss-entries.js
2023-12-09 09:38:48 +01:00

11 lines
266 B
JavaScript

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.'
]]