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 58d46a4 commit 8811e31Copy full SHA for 8811e31
tags.html
@@ -8,7 +8,7 @@
8
{% assign ttags = publication.tags %}
9
{% assign rawtags = rawtags | concat: ttags %}
10
{% endfor %}
11
-{% assign rawtags = rawtags | uniq | sort %}
+{% assign rawtags = rawtags | uniq | sort_natural %}
12
13
<h1>Publications by Tag</h1>
14
<p>
0 commit comments