summaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-03-26 00:50:18 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-03-26 00:50:18 -0700
commit128c5e8929ab60286ec0456c85c5aced69750390 (patch)
treef589b60e5ea7a3f9721076923bc2e9c1f7e01e1a /index.md
parent8dba297ada47178f980e829734bf2e2b23ce81a2 (diff)
downloadscala-128c5e8929ab60286ec0456c85c5aced69750390.tar.gz
scala-128c5e8929ab60286ec0456c85c5aced69750390.tar.bz2
scala-128c5e8929ab60286ec0456c85c5aced69750390.zip
sort pages in index
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>