From 5d61b463580584755bc6a45ac3212b3b08409dda Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Mon, 20 Jun 2011 16:44:04 -0400 Subject: 1. Updated readme 2. Improved blog typography 3. Improved support for Disqus 4. Removed unnecessary page layout --- themes/classic/source/_layouts/page.html | 12 ++---------- themes/classic/source/_layouts/post.html | 9 +++++++-- 2 files changed, 9 insertions(+), 12 deletions(-) (limited to 'themes/classic/source/_layouts') diff --git a/themes/classic/source/_layouts/page.html b/themes/classic/source/_layouts/page.html index 88d6e13a..0c59c990 100644 --- a/themes/classic/source/_layouts/page.html +++ b/themes/classic/source/_layouts/page.html @@ -1,13 +1,5 @@ --- -layout: default -no_title_link: true -permalink: pretty -single: true +layout: post --- -
- {% include article.html %} - {% if site.disqus_short_name %} -
{% include disqus_thread.html %}
- {% endif %} -
+ diff --git a/themes/classic/source/_layouts/post.html b/themes/classic/source/_layouts/post.html index 7407d1e3..196bb4dd 100644 --- a/themes/classic/source/_layouts/post.html +++ b/themes/classic/source/_layouts/post.html @@ -6,11 +6,16 @@ single: true
{% include article.html %}
-

- +

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

{% if site.disqus_short_name %} +
+

Comments

{% include disqus_thread.html %}
+
{% endif %}
-- cgit v1.2.1