summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-11-14 11:22:48 -0500
committerBen Burwell <bburwell1@gmail.com>2014-11-14 11:22:48 -0500
commit53109fa5e1404c0f5cd4328135f5b5fd7c88b555 (patch)
treea1e896c3215464da7e76678ce9c71a4e1789934a /projects
parent1a17df7a5780bfceaf5fb143e847b71c6368e706 (diff)
Further optimizations
Diffstat (limited to 'projects')
-rw-r--r--projects/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/projects/index.html b/projects/index.html
index 2c92c36..2036787 100644
--- a/projects/index.html
+++ b/projects/index.html
@@ -4,8 +4,8 @@ title: Ben Burwell’s Projects
description: Projects I’ve done.
---
-{% for post in site.categories.projects %}
- <section class="project">
+<section class="projects">
+ {% for post in site.categories.projects %}
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
- </section>
-{% endfor %}
+ {% endfor %}
+</section>