Remove projects

No longer being updated.

Fixes #26
This commit is contained in:
Oliver Davies 2018-01-30 22:48:55 +00:00
parent 531a7622ee
commit de03517b20
45 changed files with 1 additions and 370 deletions

View file

@ -1,12 +0,0 @@
---
layout: page
title: Projects
use: [projects, posts]
---
<ul>
{% for project in data.projects|reverse %}
<li>{% spaceless %}
<a href="{{ project.url }}">{{ project.title }}</a>
{% endspaceless %}</li>
{% endfor %}
</ul>