Update projects URL

This commit is contained in:
Oliver Davies 2016-05-02 11:19:07 +01:00
parent e9801e55bc
commit d40b5b3a28
2 changed files with 2 additions and 2 deletions

View file

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