aboutsummaryrefslogtreecommitdiffstats
path: root/cebong/templates/article.html
diff options
context:
space:
mode:
authorKyle Fuller <kyle@fuller.li>2016-01-11 11:31:26 +0000
committerKyle Fuller <kyle@fuller.li>2016-01-11 11:31:26 +0000
commit704b2ded906270399b20a5e49fd30fc843ec5f4c (patch)
treef325487c439657536cbd978ecea8feb09ad129e6 /cebong/templates/article.html
parent7708409dff79400c9f20c5b6fa613852fb437021 (diff)
parent6b60cda6325e00b03a50c6d24115d6ba2bef6370 (diff)
downloadpelican-themes-704b2ded906270399b20a5e49fd30fc843ec5f4c.tar.gz
Merge pull request #358 from schtobia/master
Changed a lot of URLs towards HTTPS
Diffstat (limited to 'cebong/templates/article.html')
-rw-r--r--cebong/templates/article.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/cebong/templates/article.html b/cebong/templates/article.html
index fc7e589..2308d67 100644
--- a/cebong/templates/article.html
+++ b/cebong/templates/article.html
@@ -22,7 +22,7 @@
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>