Skip to content

Commit 8811e31

Browse files
author
Miltos Allamanis
committed
Natural sort
1 parent 58d46a4 commit 8811e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tags.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{% assign ttags = publication.tags %}
99
{% assign rawtags = rawtags | concat: ttags %}
1010
{% endfor %}
11-
{% assign rawtags = rawtags | uniq | sort %}
11+
{% assign rawtags = rawtags | uniq | sort_natural %}
1212

1313
<h1>Publications by Tag</h1>
1414
<p>

0 commit comments

Comments
 (0)