aboutsummaryrefslogtreecommitdiff
path: root/source/index.haml
diff options
context:
space:
mode:
Diffstat (limited to 'source/index.haml')
-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"]