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/_layouts/post.html | 3 +++ 1 file changed, 3 insertions(+) (limited to '_site_build/_layouts/post.html') diff --git a/_site_build/_layouts/post.html b/_site_build/_layouts/post.html index e45ca24..61f0d09 100644 --- a/_site_build/_layouts/post.html +++ b/_site_build/_layouts/post.html @@ -5,6 +5,9 @@ layout: default

{{ page.title }}

+ {% if page.categories.size != 0 %} +
Posted in {{ page.categories | category_links }}
+ {% endif %}
{{ content }}