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 327bf6e commit da947acCopy full SHA for da947ac
workshops.md
@@ -10,7 +10,8 @@ would otherwise not learn.
10
Here are the all of the workshops that have been/will be done during a Code Club
11
session:
12
13
-{% for ws in site.workshops | sort: 'when' %}
+{% assign shops = site.workshops | sort: 'when' | reverse%}
14
+{% for ws in shops %}
15
- {{ws.when}}: [{{ws.title}}]({{ ws.url }}) by {{ws.leader}}
16
17
{% if ws.software-pre-reqs %}_Software requirements: ({{ ws.software-pre-reqs }})_ {% endif %}
0 commit comments