summaryrefslogtreecommitdiff
path: root/writing
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-06-26 21:58:45 -0400
committerBen Burwell <bburwell1@gmail.com>2014-06-26 21:58:45 -0400
commite597f784d10da1786835c4e76cc9759673ae065d (patch)
treea671c40fb279bab2d06fef083496e2d201288fbd /writing
parentf04077aca970f49cf4d9e22982b2b1f9d659dd13 (diff)
Remove descriptions from projects & writing
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 %}