summaryrefslogtreecommitdiff
path: root/projects/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'projects/index.html')
-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 %}