Skip to content

Commit b36fe39

Browse files
committed
wip
1 parent db7ed74 commit b36fe39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/project-list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% if projects and projects.size > 0 %}
44
<ul class="project-grid">
55
{% for project_group in projects %}
6-
{% assign projects = project_group.items | sort: "title" %}
6+
{% assign projects = project_group.items | sort_natural: "title" %}
77
{% for project in projects %}
88
{% assign project_id = project.title | slugify | append: '-' | append: forloop.index0 %}
99
{% assign normalized_tags = '' %}

0 commit comments

Comments
 (0)