summaryrefslogtreecommitdiff
path: root/writing/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'writing/index.html')
-rw-r--r--writing/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/writing/index.html b/writing/index.html
index b7ad2a5..3a34229 100644
--- a/writing/index.html
+++ b/writing/index.html
@@ -5,8 +5,8 @@ description: A small collection of writing I’ve done on various topics over th
---
{% for post in site.categories.writing %}
- <div class="writing">
+ <section class="writing">
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
<p>{{ post.description }}</p>
- </div>
+ </section>
{% endfor %}