aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2016-02-20 09:42:52 -0800
committerJustin Mayer <entroP@gmail.com>2016-02-20 09:42:52 -0800
commite57f033958f8e653ba57252a2ee3d533ec59c571 (patch)
tree4369ed8f5ddabea8fc98ad62c3303be78ac74f3e /pelican-bootstrap3
parent714340c75dcb0def2cf861020a5ffbb24394e617 (diff)
parentc817f12a9f5034a05abec4d2515adabd003f9ac0 (diff)
downloadpelican-themes-e57f033958f8e653ba57252a2ee3d533ec59c571.tar.gz
Merge pull request #372 from adamatan/master
Use HTTPS for Disqus requests
Diffstat (limited to 'pelican-bootstrap3')
-rw-r--r--pelican-bootstrap3/templates/includes/comments.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelican-bootstrap3/templates/includes/comments.html b/pelican-bootstrap3/templates/includes/comments.html
index eade006..e49cfce 100644
--- a/pelican-bootstrap3/templates/includes/comments.html
+++ b/pelican-bootstrap3/templates/includes/comments.html
@@ -29,7 +29,7 @@
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
- dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+ dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>