aboutsummaryrefslogtreecommitdiff
path: root/source/index.haml
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-11-11 19:49:17 -0600
committerB Mathis <brandon@imathis.com>2009-11-11 19:49:17 -0600
commit8990906466354749a70691b84a315c0272a4a9be (patch)
tree5113ca8b3617d031c5422133e51170e9da10d00d /source/index.haml
parentb060c72c8ecdc1c6c1873cb86d8eb862344835fb (diff)
downloadmy_new_personal_website-8990906466354749a70691b84a315c0272a4a9be.tar.xz
my_new_personal_website-8990906466354749a70691b84a315c0272a4a9be.zip
fixed haml breaking source code indentation
Diffstat (limited to '')
-rw-r--r--source/index.haml2
1 files changed, 1 insertions, 1 deletions
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"]