mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-13 16:26:50 +00:00
Add feed for comparison
This commit is contained in:
13299
static/feed.xml
Normal file
13299
static/feed.xml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -141,6 +141,7 @@ const parseEpisode = e => {
|
|||||||
|
|
||||||
writeJSON('episodes', episodes)
|
writeJSON('episodes', episodes)
|
||||||
write('dist/feed.xml', xmlFormat(outputXML, { indentation: ' ', collapseContent: true }))
|
write('dist/feed.xml', xmlFormat(outputXML, { indentation: ' ', collapseContent: true }))
|
||||||
|
write('static/feed.xml', xmlFormat(outputXML, { indentation: ' ', collapseContent: true }))
|
||||||
|
|
||||||
if (_noParticipants.length) {
|
if (_noParticipants.length) {
|
||||||
console.log('Keine Teilnehmerliste')
|
console.log('Keine Teilnehmerliste')
|
||||||
|
|||||||
Reference in New Issue
Block a user