blob: 2c92c362cdc9cf7cf8855f07f769d6910d76c778 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
layout: master
title: Ben Burwell’s Projects
description: Projects I’ve done.
---
{% for post in site.categories.projects %}
<section class="project">
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
</section>
{% endfor %}
|