Fixed comment counter on tag pages.

This commit is contained in:
Panos Sakkos 2015-07-18 23:50:43 +02:00
parent a06ea5ace4
commit fcc7236e1e

View file

@ -55,7 +55,7 @@
{% endif %}
{% if page.section-type == "post" or page.section-type == "blog" or page.section-type == "index" %}
{% if page.section-type == "post" or page.section-type == "blog" or page.section-type == "index" or page.section-type == "tag" %}
<!-- Comments counter -->