change http to https for disqus

Changed to secure protocol for the call to http://disqus.com (https)
This commit is contained in:
Etienne Godin 2017-01-31 22:32:39 -05:00 committed by GitHub
parent 6bfeeef9bb
commit ea1af2da03

View File

@ -91,7 +91,7 @@
})(); })();
</script> </script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a> <a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
{% endif %} {% endif %}
</div> </div>