Skip to content

Commit 51c123e

Browse files
authored
Reversing the Past speackers
...and testing online edit deploys
1 parent 1aa65c6 commit 51c123e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h1 class="is-sr-only">{{ title }}</h1>
3333

3434
<section class="section">
3535
<h3>Past speakers and talks</h3>
36-
{% for meetup in collections.meetups %}
36+
{% for meetup in collections.meetups | reverse %}
3737
{% for speaker in meetup.data.speakers %}
3838
{% if speaker.name and speaker.avatar %}
3939
<figure class="pic">

0 commit comments

Comments
 (0)