diff options
Diffstat (limited to 'source/index.haml')
-rw-r--r-- | source/index.haml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/index.haml b/source/index.haml index a244f7e0..78662684 100644 --- a/source/index.haml +++ b/source/index.haml @@ -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
\ No newline at end of file |