diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-06-27 15:59:21 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-06-27 15:59:21 -0400 |
commit | 353ccfd4ebec153a46b12faffff8ab2bba36efc8 (patch) | |
tree | 93eb860d1bbad2bb3f008ce1d37523254220a4b0 /themes/classic/source/_layouts/post.html | |
parent | ef3ff431e5c3028b764d1938bb552a76c340799c (diff) | |
download | my_new_personal_website-353ccfd4ebec153a46b12faffff8ab2bba36efc8.tar.xz my_new_personal_website-353ccfd4ebec153a46b12faffff8ab2bba36efc8.zip |
1. Added Category support
2. Designed blog archives pages
3. Restructured Sass
4. Added Categories to rake post metadata
5. Some general style improvements
Diffstat (limited to 'themes/classic/source/_layouts/post.html')
-rw-r--r-- | themes/classic/source/_layouts/post.html | 3 |
1 files changed, 3 insertions, 0 deletions
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 <article class="hentry"> {% include article.html %} + {% unless page.no_meta %} <footer> <p class="meta"> {% include post_author.html %} {% include post_date.html %} + {% include post_categories.html %} {% include sharing.html %} </p> </footer> + {% endunless %} {% if site.disqus_short_name %} <section> <h1>Comments</h1> |