mirror of
https://github.com/safing/web
synced 2025-04-25 13:19:08 +00:00
Order podcast from newest to oldest
This commit is contained in:
parent
8fb627faac
commit
8d624078a1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ layout: podcast
|
|||
|
||||
|
||||
<div class="ui divided items">
|
||||
{% for episode in site.podcasts %}
|
||||
{% for episode in site.podcasts reversed %}
|
||||
<div class="item">
|
||||
<div class="middle aligned content">
|
||||
<a href="{{ episode.url }}">{{ episode.title }}</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue