From a69c7b4ac045bd53c84667cf4a4d7c0db33ff31a Mon Sep 17 00:00:00 2001 From: SkyArrow Date: Tue, 6 Mar 2012 18:52:08 +0800 Subject: fix the number of comments in archives page is always 0 and un-clickable --- source/_includes/archive_post.html | 2 +- source/_includes/article.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_includes/archive_post.html b/source/_includes/archive_post.html index 751d157..8ceae91 100644 --- a/source/_includes/archive_post.html +++ b/source/_includes/archive_post.html @@ -4,6 +4,6 @@ {{ post.date | date: "%b %e" }} {% include post/categories.html %} {% if site.disqus_short_name and post.comments == true %} - Comments + Comments {% endif %} \ No newline at end of file diff --git a/source/_includes/article.html b/source/_includes/article.html index 0829616..a766bb7 100644 --- a/source/_includes/article.html +++ b/source/_includes/article.html @@ -9,7 +9,7 @@
{% include post/date.html %}{{ time }}
{% include post/categories.html %}
{% if site.disqus_short_name and post.comments == true and site.disqus_show_comment_count == true %} -
Comments
+ Comments {% endif %} {% else %} @@ -19,7 +19,7 @@
{% include post/date.html %}{{ time }}
{% include post/categories.html %}
{% if site.disqus_short_name and page.comments == true and site.disqus_show_comment_count == true %} -
Comments
+ Comments {% endif %} {% endif %} \ No newline at end of file -- cgit v1.1-2-g2b99