diff options
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/templates/disqus.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/templates/disqus.html b/bootstrap/templates/disqus.html index ad49367..6fef50b 100644 --- a/bootstrap/templates/disqus.html +++ b/bootstrap/templates/disqus.html @@ -3,7 +3,7 @@ var disqus_identifier = "{{ article.url }}"; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = '//{{ DISQUS_SITENAME }}.disqus.com/embed.js'; + dsq.src = 'https://{{ DISQUS_SITENAME }}.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> |