summaryrefslogtreecommitdiff
path: root/writing
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 /writing
parentc3c6e5d00e9f4b26d490b3aa93564a7cc170ad76 (diff)
Improve semantic structure
Diffstat (limited to 'writing')
-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 %}