Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Commit

Permalink
Improve Instapaper integration, fixes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
thejspr committed Mar 4, 2012
1 parent d6cc536 commit 2277882
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/views/partials/_post.haml
Expand Up @@ -10,7 +10,7 @@
%header
- if show_title
%h1
%a{:href => post.link || post.to_url}= h post.title
%a.instapaper_title{:href => post.link || post.to_url}= h post.title
- if post.link_post?
%span.link-arrow ➝

Expand All @@ -23,7 +23,8 @@

- if show_body
~ post.to_html
.instapaper_body
~ post.to_html

%footer
- if show_permalink
Expand Down

0 comments on commit 2277882

Please sign in to comment.