lib/views/post.haml in schnitzelpress-0.0.11 vs lib/views/post.haml in schnitzelpress-0.0.12

- old
+ new

@@ -1,7 +1,7 @@ - set_page_title @post.title.presence -= partial @post, complete: true += partial @post, :complete => true - if show_disqus? && @post.disqus? %section.disqus = partial 'disqus', :disqus_identifier => @post.disqus_identifier