summaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'index.md')
-rw-r--r--index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.md b/index.md
index 3510c9cbdf..0d37e4cecf 100644
--- a/index.md
+++ b/index.md
@@ -4,7 +4,7 @@ layout: default
---
<ul>
- {% for post in site.pages %}
+ {% for post in site.pages | sort:"name" %}
<li>
<a href="{{site.baseurl}}{{ post.url }}">{{ post.title }}</a>
</li>