Updated portfolio paths

This commit is contained in:
Oliver Davies 2016-02-06 20:57:35 +00:00
parent b12153059b
commit 7c9f6db81b
2 changed files with 2 additions and 2 deletions

View file

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