{% if page.comments != false %}

Comments

{% if site.disqus.shortname %}
{% elsif jekyll.environment != "production" %}

You are seeing this because your Disqus shortname is not properly set. To configure Disqus, you should edit your _config.yml to include either a disqus.shortname variable.

If you do not wish to use Disqus, override the comments.html partial for this theme.

{% endif %}
{% endif %}