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

{% for post in site.posts %}
    <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
    <p>{{ post.description }}</p>
{% endfor %}