Thanks to visit codestin.com Credit goes to github.com
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 09dfba1 commit 0799d23Copy full SHA for 0799d23
_includes/sidebar.html
@@ -16,7 +16,7 @@
16
`layout: page` in the front-matter. See readme for usage.
17
{% endcomment %}
18
19
- {% assign pages_list = site.pages %}
+ {% assign pages_list = site.pages | sort:"url" %}
20
{% for node in pages_list %}
21
{% if node.title != null %}
22
{% if node.layout == "page" %}
0 commit comments