summaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-03-26 00:51:49 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-03-26 00:51:49 -0700
commit56295292f28c78ebb4421e965ec302264fe51976 (patch)
tree6f890b0ff2a2965ab64be6f18df11006f17553f8 /index.md
parent128c5e8929ab60286ec0456c85c5aced69750390 (diff)
downloadscala-56295292f28c78ebb4421e965ec302264fe51976.tar.gz
scala-56295292f28c78ebb4421e965ec302264fe51976.tar.bz2
scala-56295292f28c78ebb4421e965ec302264fe51976.zip
liquid requires SSA?
Diffstat (limited to 'index.md')
-rw-r--r--index.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.md b/index.md
index 0d37e4cecf..3cadbdee83 100644
--- a/index.md
+++ b/index.md
@@ -4,7 +4,8 @@ layout: default
---
<ul>
- {% for post in site.pages | sort:"name" %}
+ {% assign sorted_pages = site.pages | sort:"name" %}
+ {% for post in sorted_pages %}
<li>
<a href="{{site.baseurl}}{{ post.url }}">{{ post.title }}</a>
</li>