Show newer projects at the top of the page.

This commit is contained in:
Oliver Davies 2015-11-27 23:05:33 +00:00
parent 44482f2e09
commit 151ace3f95

View file

@ -4,6 +4,6 @@ title: Projects
use:
- projects
---
{% for project in data.projects %}
{% for project in data.projects|reverse %}
<a href="{{ project.url }}">{{ project.title }}</a><br>
{% endfor %}