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/category_index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _site_build/_layouts/category_index.html (limited to '_site_build/_layouts/category_index.html') diff --git a/_site_build/_layouts/category_index.html b/_site_build/_layouts/category_index.html new file mode 100644 index 0000000..729ff2e --- /dev/null +++ b/_site_build/_layouts/category_index.html @@ -0,0 +1,10 @@ +--- +layout: default +robots: follow, noindex, noodp, noydir, noarchive +--- +
+

{{ page.title }}

+ {% for post in site.categories[page.category] %} + {% include post_excerpt.html %} + {% endfor %} +
-- cgit v1.2.3-13-gbd6f