From 4cc76820331b2b327c03d27216e79bc55a58c505 Mon Sep 17 00:00:00 2001 From: Trey Hunner Date: Sun, 29 Sep 2013 22:21:44 -0400 Subject: Add proper disqus identifier comment count links Fixes #277 --- .themes/classic/source/_includes/article.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.themes/classic') diff --git a/.themes/classic/source/_includes/article.html b/.themes/classic/source/_includes/article.html index 23f48844..84279977 100644 --- a/.themes/classic/source/_includes/article.html +++ b/.themes/classic/source/_includes/article.html @@ -9,7 +9,8 @@

{% include post/date.html %}{{ time }} {% if site.disqus_short_name and page.comments != false and post.comments != false and site.disqus_show_comment_count == true %} - | Comments + | Comments {% endif %}

{% endunless %} -- cgit v1.2.1