udpated thirdparty integration, it is now conditionally added, updated readme

This commit is contained in:
B Mathis 2009-11-07 12:05:10 -06:00
parent 69379ab044
commit 24c5fedcbc
5 changed files with 77 additions and 54 deletions

View file

@ -8,9 +8,10 @@ title: Blog
%h2= link_to(post.title, post.url, {:class=>"title"})
= post.content
.footer
- if post.data["comments_off"]
%em.comments_off Comments disabled
- else
%a(href="#{post.url}/#disqus_thread")Comments
- if page.respond_to? :disqus_short_name
- if post.data["comments_off"]
%em.comments_off Comments disabled
- else
%a(href="#{post.url}/#disqus_thread")Comments
.footer
%a(href="/archives.html" title="archives") « Blog Archives