From e597f784d10da1786835c4e76cc9759673ae065d Mon Sep 17 00:00:00 2001
From: Ben Burwell <bburwell1@gmail.com>
Date: Thu, 26 Jun 2014 21:58:45 -0400
Subject: Remove descriptions from projects & writing

---
 writing/index.html | 1 -
 1 file changed, 1 deletion(-)

(limited to 'writing')

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 %}
-- 
cgit v1.2.3