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/_layouts/post.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '_site_build/_layouts/post.html') diff --git a/_site_build/_layouts/post.html b/_site_build/_layouts/post.html index f38b1ed..df3a342 100644 --- a/_site_build/_layouts/post.html +++ b/_site_build/_layouts/post.html @@ -6,7 +6,10 @@ layout: default

{{ page.title }}

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