summaryrefslogtreecommitdiff
path: root/_pages
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-07-16 15:59:10 +0200
committerPatrick Spek <p.spek@tyil.nl>2018-07-16 15:59:10 +0200
commit008088e899c753cedaa8d8af79fc9b05823f95c9 (patch)
treef0f834967b86d04963f4d3bd6347a4c5dd4541e6 /_pages
parent958d6e63f3772d9408865eaff8275ab0c5d70626 (diff)
Fix atom XML feed
Diffstat (limited to '_pages')
-rw-r--r--_pages/projects.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/_pages/projects.md b/_pages/projects.md
index 021cc36..7f10fb7 100644
--- a/_pages/projects.md
+++ b/_pages/projects.md
@@ -7,6 +7,7 @@ description: >
enough to publish here. This list won't always be complete, but it's good
enough for a quick overview.
---
+{% assign projects = site.projects | sort: 'title' %}
# Projects
@@ -36,7 +37,7 @@ as well.
</tr>
</thead>
<tbody>
- {% for project in site.projects %}
+ {% for project in projects %}
<tr>
<td>
{% if project.content != "" %}