summaryrefslogtreecommitdiff
path: root/projects/index.html
blob: 2036787d97c7bb3a690915f82646571e58474aec (plain)
1
2
3
4
5
6
7
8
9
10
11
---
layout: master
title: Ben Burwell’s Projects
description: Projects I’ve done.
---

<section class="projects">
    {% for post in site.categories.projects %}
        <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
    {% endfor %}
</section>