Skip to content

Commit

Permalink
Fixes markdown appearing in blog post preview in site footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Ahearn committed Aug 20, 2012
1 parent 6c78007 commit 57c30cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .powrc
@@ -0,0 +1,4 @@
if [ -f "$rvm_path/scripts/rvm" ] && [ -f ".rvmrc" ]; then
source "$rvm_path/scripts/rvm"
source ".rvmrc"
fi
2 changes: 1 addition & 1 deletion app/views/layouts/_footer.html.haml
Expand Up @@ -18,7 +18,7 @@
%h2 %h2
= link_to post.title, post = link_to post.title, post
%p %p
= preserve post.preview.html_safe = preserve post.preview_html.html_safe
.links .links
= link_to "Read more", post, :class => "read-more" = link_to "Read more", post, :class => "read-more"
| |
Expand Down

0 comments on commit 57c30cb

Please sign in to comment.