Thanks to visit codestin.com Credit goes to github.com
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 11e336a commit 565703cCopy full SHA for 565703c
_sips/minutes-list.md
@@ -8,7 +8,8 @@ from July 2016.
8
9
### Minutes ###
10
<ul class="minute-list">
11
- {% for pg in site.sips %}
+ {% assign sips = site.sips | sort: 'date' | reverse %}
12
+ {% for pg in sips %}
13
{% if pg.partof == 'minutes' %}
14
<li><a href="{{ site.baseurl }}{{ pg.url }}">{{ pg.title }}</a></li>
15
{% endif %}
0 commit comments