aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.themes/classic/source/_includes/article.html7
-rw-r--r--_config.yml1
2 files changed, 7 insertions, 1 deletions
diff --git a/.themes/classic/source/_includes/article.html b/.themes/classic/source/_includes/article.html
index 5cd6fda1..79e26528 100644
--- a/.themes/classic/source/_includes/article.html
+++ b/.themes/classic/source/_includes/article.html
@@ -6,7 +6,12 @@
<h1 class="entry-title">{{ page.title | titlecase }}</h1>
{% endif %}
{% unless page.meta == false %}
- <p class="meta">{% include post/date.html %}{{ time }}</p>
+ <p class="meta">
+ {% include post/date.html %}{{ time }}
+ {% if site.disqus_short_name and page.comments != false and site.disqus_show_comment_count == true %}
+ | <a href="{% if index %}{{ root_url }}{{ post.url }}{% endif %}#disqus_thread">Comments</a>
+ {% endif %}
+ </p>
{% endunless %}
</header>
{% endunless %}
diff --git a/_config.yml b/_config.yml
index 6d472bf6..f40ccf19 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: