mirror of
https://github.com/safing/web
synced 2025-09-04 03:59:03 +00:00
Fix podcast RSS
This commit is contained in:
parent
c801f0ad2f
commit
abd9578584
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ layout: null
|
||||||
<itunes:category text="{{ site.podcast_subcategory_two }}" />
|
<itunes:category text="{{ site.podcast_subcategory_two }}" />
|
||||||
</itunes:category>
|
</itunes:category>
|
||||||
|
|
||||||
{% for episode in site.publications | where:"category","podcast" %}
|
{% assign all_podcasts = site.publications | where:"category","podcast" %}
|
||||||
|
{% for episode in all_podcasts %}
|
||||||
<item>
|
<item>
|
||||||
<title>{{ episode.title | xml_escape }}</title>
|
<title>{{ episode.title | xml_escape }}</title>
|
||||||
<link>{{ site.url }}{{ episode.url }}</link>
|
<link>{{ site.url }}{{ episode.url }}</link>
|
||||||
|
|
Loading…
Add table
Reference in a new issue