Standardise file extensions

This commit is contained in:
Oliver Davies 2017-03-10 18:06:39 +00:00
parent 9ecfef961a
commit f3890e3dad
7 changed files with 11 additions and 7 deletions

12
source/projects.twig Normal file
View file

@ -0,0 +1,12 @@
---
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>