Skip to content

Commit

Permalink
Sort by name
Browse files Browse the repository at this point in the history
  • Loading branch information
evrial authored Mar 24, 2021
1 parent c1d93f6 commit 30e36f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _layouts/signed.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
</p>

<ol>
{% for sign_hash in site.data.signed %}
{% assign folder = site.data.signed | sort %}
{% for sign_hash in folder %}
{% assign signed = sign_hash[1] %}
<li><a href="{{ signed.link }}">
{{ signed.name }}
</a></li>
{% endfor %}
</ol>
</ol>

0 comments on commit 30e36f8

Please sign in to comment.