From 8990906466354749a70691b84a315c0272a4a9be Mon Sep 17 00:00:00 2001 From: B Mathis Date: Wed, 11 Nov 2009 19:49:17 -0600 Subject: fixed haml breaking source code indentation --- source/index.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/index.haml') diff --git a/source/index.haml b/source/index.haml index f781d4e3..796b81b6 100644 --- a/source/index.haml +++ b/source/index.haml @@ -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"] -- cgit v1.2.1