Skip to content

Commit a34e960

Browse files
committed
Removed the explicit sort hoping that github jekyll will auto sort by filename
1 parent 1b63542 commit a34e960

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 %}
1616
{% for page in sorted_pages %}
1717
{% capture prefix %}{{page.url | truncate: 15, ''}}{% endcapture%}
1818
{% if prefix == "/members/pages/" %}

0 commit comments

Comments
 (0)