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