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>