We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa65c6 commit 51c123eCopy full SHA for 51c123e
index.html
@@ -33,7 +33,7 @@ <h1 class="is-sr-only">{{ title }}</h1>
33
34
<section class="section">
35
<h3>Past speakers and talks</h3>
36
- {% for meetup in collections.meetups %}
+ {% for meetup in collections.meetups | reverse %}
37
{% for speaker in meetup.data.speakers %}
38
{% if speaker.name and speaker.avatar %}
39
<figure class="pic">
0 commit comments