Skip to content

Commit 3e0cb36

Browse files
committed
Add Disqus comments count to tag and best pages.
1 parent bbc1049 commit 3e0cb36

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_layouts/tag-index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,5 @@ <h1>{{ page.posts.size }} posts about &ldquo;{{ page.tag }}&rdquo;</h1>
147147
</article>
148148
</div>
149149
</section>
150+
151+
{% include disqus-count.html shortname="yegor256" %}

static/best.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ Here is the blog [contents](/contents.html).
2525
And don't forget to subscribe to my [monthly updates](/about-me.html).
2626

2727
{{ site.categories['best'] | yb_tagged_list }}
28+
29+
{% include disqus-count.html shortname="yegor256" %}

0 commit comments

Comments
 (0)