Skip to content

Commit 5c5096a

Browse files
committed
One more attempt to fix sorting
1 parent a34e960 commit 5c5096a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

members/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1>PythonPune Members</h1>
1212
<th>Blog</th>
1313
<th>Homepage</th>
1414
</tr>
15-
{% assign sorted_pages = site.pages %}
15+
{% assign sorted_pages = site.pages | map: 'to_liquid' | sort: 'url' %}
1616
{% for page in sorted_pages %}
1717
{% capture prefix %}{{page.url | truncate: 15, ''}}{% endcapture%}
1818
{% if prefix == "/members/pages/" %}

0 commit comments

Comments
 (0)