From 353ccfd4ebec153a46b12faffff8ab2bba36efc8 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Mon, 27 Jun 2011 15:59:21 -0400 Subject: 1. Added Category support 2. Designed blog archives pages 3. Restructured Sass 4. Added Categories to rake post metadata 5. Some general style improvements --- themes/classic/source/_layouts/post.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'themes/classic/source/_layouts') diff --git a/themes/classic/source/_layouts/post.html b/themes/classic/source/_layouts/post.html index 196bb4dd..5f55e89f 100644 --- a/themes/classic/source/_layouts/post.html +++ b/themes/classic/source/_layouts/post.html @@ -5,13 +5,16 @@ single: true
{% include article.html %} + {% unless page.no_meta %}

{% include post_author.html %} {% include post_date.html %} + {% include post_categories.html %} {% include sharing.html %}

+ {% endunless %} {% if site.disqus_short_name %}

Comments

-- cgit v1.2.1