From d9e379d1e7d3e3f802d74bb15ded562ab13354e3 Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Sat, 14 Jan 2012 19:25:54 +0000 Subject: Add categories for posts. --- _site_build/_includes/post_excerpt.html | 3 +++ 1 file changed, 3 insertions(+) (limited to '_site_build/_includes') diff --git a/_site_build/_includes/post_excerpt.html b/_site_build/_includes/post_excerpt.html index 461cb55..48e4a1e 100644 --- a/_site_build/_includes/post_excerpt.html +++ b/_site_build/_includes/post_excerpt.html @@ -2,6 +2,9 @@

{{ post.title }}

+ {% if post.categories.size != 0 %} +
Posted in {{ post.categories | category_links }}
+ {% endif %}
{{ post.content | truncate }} -- cgit v1.2.3-13-gbd6f