Skip to content

Commit 643e7ac

Browse files
committed
reverse order for minute indeces
1 parent 4936350 commit 643e7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Meetings/Minutes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ layout: default
1111

1212
{% assign yearly_minutes = site.minutes | group_by_exp: "item", "item.date | date: '%Y'" %}
1313

14-
{% for year in yearly_minutes %}
14+
{% for year in yearly_minutes reversed %}
1515

1616
## {{ year.name }}
1717

0 commit comments

Comments
 (0)