udpated thirdparty integration, it is now conditionally added, updated readme
This commit is contained in:
parent
69379ab044
commit
24c5fedcbc
5 changed files with 77 additions and 54 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue