Fixed comment counter on tag pages.
This commit is contained in:
parent
a06ea5ace4
commit
fcc7236e1e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue