diff --git a/.themes/classic/source/_includes/article.html b/.themes/classic/source/_includes/article.html index 5cd6fda..79e2652 100644 --- a/.themes/classic/source/_includes/article.html +++ b/.themes/classic/source/_includes/article.html @@ -6,7 +6,12 @@

{{ page.title | titlecase }}

{% endif %} {% unless page.meta == false %} -

{% include post/date.html %}{{ time }}

+

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

{% endunless %} {% endunless %} diff --git a/_config.yml b/_config.yml index 6d472bf..f40ccf1 100644 --- a/_config.yml +++ b/_config.yml @@ -76,6 +76,7 @@ delicious_count: 3 # Disqus Comments disqus_short_name: +disqus_show_comment_count: false # Google Analytics google_analytics_tracking_id: