Skip to content

Commit c9fe36c

Browse files
committed
Attempting yet another fix for the sorting issue (based on what I read elsewhere)
1 parent 58147bc commit c9fe36c

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 | sort: 'url' %}
15+
{% assign sorted_pages = site.pages|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)