aboutsummaryrefslogtreecommitdiff
path: root/source/index.haml
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-11-07 23:25:12 -0600
committerB Mathis <brandon@imathis.com>2009-11-07 23:25:12 -0600
commit6b9c3af4b596bb5180214ce634043e55e8d34818 (patch)
tree31c63df09879a7efaa0fa356597bfd6378170e57 /source/index.haml
parent55b8d5dc3fbe2e2036d809bbdf107e5c0e7dc46c (diff)
downloadmy_new_personal_website-6b9c3af4b596bb5180214ce634043e55e8d34818.tar.xz
my_new_personal_website-6b9c3af4b596bb5180214ce634043e55e8d34818.zip
reorganized css, changed typography, layout fixes
Diffstat (limited to 'source/index.haml')
-rw-r--r--source/index.haml4
1 files changed, 2 insertions, 2 deletions
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