added disqus comment support
This commit is contained in:
parent
6c9f1567ce
commit
416667ccaa
3 changed files with 27 additions and 2 deletions
|
@ -7,5 +7,10 @@ title: Blog
|
|||
.article
|
||||
%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
|
||||
.footer
|
||||
%a(href="/archives.html" title="archives") « Blog Archives
|
Loading…
Add table
Add a link
Reference in a new issue