1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-25 13:19:08 +00:00

Fix podcast RSS

This commit is contained in:
davegson 2021-03-26 14:00:25 +01:00
parent c801f0ad2f
commit abd9578584

View file

@ -44,7 +44,8 @@ layout: null
<itunes:category text="{{ site.podcast_subcategory_two }}" />
</itunes:category>
{% for episode in site.publications | where:"category","podcast" %}
{% assign all_podcasts = site.publications | where:"category","podcast" %}
{% for episode in all_podcasts %}
<item>
<title>{{ episode.title | xml_escape }}</title>
<link>{{ site.url }}{{ episode.url }}</link>