fixed haml breaking source code indentation

This commit is contained in:
B Mathis
2009-11-11 19:49:17 -06:00
parent b060c72c8e
commit 8990906466
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ title: Blog
- site.posts.sort_by(&:date).reverse[0..9].each_with_index do |post,index|
.article
%h2= link_to(post.title, post.url, {:class=>"title"})
= post.content
= preserve rp(post.content)
- if page.respond_to? :disqus_short_name
.footer
- if post.data["comments_off"]