aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/templates/disqus.html
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/templates/disqus.html')
-rw-r--r--bootstrap/templates/disqus.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/templates/disqus.html b/bootstrap/templates/disqus.html
index 9ba2e42..6fef50b 100644
--- a/bootstrap/templates/disqus.html
+++ b/bootstrap/templates/disqus.html
@@ -3,8 +3,8 @@
var disqus_identifier = "{{ article.url }}";
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
- dsq.src = 'http://{{ 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>
-{% endif %} \ No newline at end of file
+{% endif %}