From 89ba1419b167eefefd080b481f169e2d9cb6dcb5 Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Tue, 21 Feb 2012 16:09:13 +0000 Subject: Show comment counts. --- _site_build/_includes/disqus.html | 10 +++++++--- _site_build/_includes/post_excerpt.html | 5 ++++- 2 files changed, 11 insertions(+), 4 deletions(-) (limited to '_site_build/_includes') diff --git a/_site_build/_includes/disqus.html b/_site_build/_includes/disqus.html index 01bb568..ae4be5e 100644 --- a/_site_build/_includes/disqus.html +++ b/_site_build/_includes/disqus.html @@ -1,6 +1,10 @@ diff --git a/_site_build/_includes/post_excerpt.html b/_site_build/_includes/post_excerpt.html index 48e4a1e..9578551 100644 --- a/_site_build/_includes/post_excerpt.html +++ b/_site_build/_includes/post_excerpt.html @@ -3,7 +3,10 @@

{{ post.title }}

{% if post.categories.size != 0 %} -
Posted in {{ post.categories | category_links }}
+ | Posted in {{ post.categories | category_links }} + {% endif %} + {% if post.comments and site.disqus_shortname %} + | Comments {% endif %} {{ post.content | truncate }} -- cgit v1.2.3-13-gbd6f