summaryrefslogtreecommitdiff
path: root/projects/index.html
blob: 29e65ae56e82a29d6ab89db1a082d425d660ebf5 (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 %}
    <section class="project">
        <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
        <p>{{ post.description }}</p>
    </section>
{% endfor %}