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