mirror of
https://github.com/safing/web
synced 2025-04-25 13:19:08 +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>
|
||||
|
||||
{% 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>
|
||||
|
|
Loading…
Add table
Reference in a new issue