Skip to content

Commit 8f1b2ea

Browse files
committed
Remove unnecessary conditional check for production environment.
1 parent bc0ec3f commit 8f1b2ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

static/contents.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,4 @@ Sort by:
116116
{{ site.posts | yb_tagged_list }}
117117
</div>
118118

119-
{% if jekyll.environment == "production" %}
120-
{% include disqus-count.html shortname="yegor256" %}
121-
{% endif %}
119+
{% include disqus-count.html shortname="yegor256" %}

0 commit comments

Comments
 (0)