Skip to content

Commit da947ac

Browse files
committed
Last chance! Workshops should be in order now
1 parent 327bf6e commit da947ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

workshops.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ would otherwise not learn.
1010
Here are the all of the workshops that have been/will be done during a Code Club
1111
session:
1212

13-
{% for ws in site.workshops | sort: 'when' %}
13+
{% assign shops = site.workshops | sort: 'when' | reverse%}
14+
{% for ws in shops %}
1415
- {{ws.when}}: [{{ws.title}}]({{ ws.url }}) by {{ws.leader}}
1516

1617
{% if ws.software-pre-reqs %}_Software requirements: ({{ ws.software-pre-reqs }})_ {% endif %}

0 commit comments

Comments
 (0)