summaryrefslogtreecommitdiff
path: root/writing/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'writing/index.html')
-rw-r--r--writing/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/writing/index.html b/writing/index.html
index feee3c1..45c8c6f 100644
--- a/writing/index.html
+++ b/writing/index.html
@@ -4,8 +4,8 @@ title: Ben Burwell’s Writing
description: A small collection of writing I’ve done on various topics over the years.
---
-{% for post in site.categories.writing %}
- <section class="writing">
+<section class="writing">
+ {% for post in site.categories.writing %}
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
- </section>
-{% endfor %}
+ {% endfor %}
+</section>