We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfbc068 commit a89570bCopy full SHA for a89570b
_includes/latest_episodes.html
@@ -1,6 +1,6 @@
1
<h2 class="episode-header-text">Latest Episodes</h2>
2
<div class="episode-card-row row col-md-12">
3
- {% assign events = site.events | where: "category", "live-stream" %}
+ {% assign events = site.events | where: "category", "live-stream" | sort_natural: "date" | reverse %}
4
{% capture now %}{{'now' | date: '%s' | plus: 0 %}}{% endcapture %}
5
{% for item in events | where: "type" == "live-stream" | sort: "date" %}
6
{% capture date %}{{item.date | date: '%s' | plus: 0 %}}{% endcapture %}
0 commit comments