From cbb297cd9b9ecb5f0d7c956b3453b132c4884e5a Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Wed, 30 Apr 2014 20:32:33 -0400 Subject: Okay, maybe this'll do it for permalinks? --- writing/index.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'writing/index.html') diff --git a/writing/index.html b/writing/index.html index 43de7f5..b7ad2a5 100644 --- a/writing/index.html +++ b/writing/index.html @@ -4,11 +4,9 @@ title: Ben Burwell’s Writing description: A small collection of writing I’ve done on various topics over the years. --- -{% for post in site.posts %} - {% if post.type == "writing" %} -
-

{{ post.title }}

-

{{ post.description }}

-
- {% endif %} +{% for post in site.categories.writing %} +
+

{{ post.title }}

+

{{ post.description }}

+
{% endfor %} -- cgit v1.2.3