fix disqus error, it should not be loading on localhost

This commit is contained in:
Brandon Goldman 2016-02-22 17:59:59 -08:00 committed by Panos Sakkos
parent fadba67ca3
commit 85cb10a4e1

View file

@ -58,7 +58,7 @@ $(window).scroll(toggleNavCollapse);$(function(){$("a.page-scroll").bind("click"
{% endif %}
{% endif %}
{% if site.disqus-shortname %}
{% if site.disqus-shortname and jekyll.environment == "production" %}
<!-- Disqus -->