fix disqus error, it should not be loading on localhost
This commit is contained in:
parent
fadba67ca3
commit
85cb10a4e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue