summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-06-03 19:48:41 -0400
committerBen Burwell <bburwell1@gmail.com>2014-06-03 19:48:41 -0400
commit925075dd42c3851fa2c8906e69fdfc801a883cdf (patch)
treef3f0e4163d275c94751b118a062d041f5f5e9e17 /projects
parentc3c6e5d00e9f4b26d490b3aa93564a7cc170ad76 (diff)
Improve semantic structure
Diffstat (limited to 'projects')
-rw-r--r--projects/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/index.html b/projects/index.html
index 9ba9f64..29e65ae 100644
--- a/projects/index.html
+++ b/projects/index.html
@@ -5,8 +5,8 @@ description: Projects I’ve done.
---
{% for post in site.categories.projects %}
- <div class="project">
+ <section class="project">
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
<p>{{ post.description }}</p>
- </div>
+ </section>
{% endfor %}