diff options
Diffstat (limited to 'projects')
-rw-r--r-- | projects/index.html | 8 |
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> |