From c817f12a9f5034a05abec4d2515adabd003f9ac0 Mon Sep 17 00:00:00 2001 From: Adam Matan Date: Sat, 20 Feb 2016 01:47:35 +0200 Subject: Use https:// for all Disqus calls --- pelican-bootstrap3/templates/includes/comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pelican-bootstrap3') 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); })(); -- cgit v1.1