From 6b9c3af4b596bb5180214ce634043e55e8d34818 Mon Sep 17 00:00:00 2001
From: B Mathis <brandon@imathis.com>
Date: Sat, 7 Nov 2009 23:25:12 -0600
Subject: reorganized css, changed typography, layout fixes

---
 source/_layouts/default.haml | 2 +-
 source/index.haml            | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

(limited to 'source')

diff --git a/source/_layouts/default.haml b/source/_layouts/default.haml
index 1dc52ffa..540ed285 100644
--- a/source/_layouts/default.haml
+++ b/source/_layouts/default.haml
@@ -79,7 +79,7 @@ google_analytics: true
                 Status updating...
     #footer
       .page_width
-        = "Copyright &copy; #{Time.now.strftime('%Y')} - #{page.blog_title} | "
+        Copyright &copy; #{Time.now.strftime('%Y')} - #{page.blog_title} -
         %span.credit Powered by <a href="http://github.com/imathis/octopress/">Octopress</a>
     - if page.respond_to? :disqus_short_name
       //Disqus Commens code
diff --git a/source/index.haml b/source/index.haml
index ad7cc11a..f781d4e3 100644
--- a/source/index.haml
+++ b/source/index.haml
@@ -7,8 +7,8 @@ title: Blog
     .article
       %h2= link_to(post.title, post.url, {:class=>"title"})
       = post.content
-      .footer
-        - if page.respond_to? :disqus_short_name
+      - if page.respond_to? :disqus_short_name
+        .footer
           - if post.data["comments_off"]
             %em.comments_off Comments disabled
           - else
-- 
cgit v1.2.1