aboutsummaryrefslogtreecommitdiffstats
path: root/notmyidea-cms
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 /notmyidea-cms
parent714340c75dcb0def2cf861020a5ffbb24394e617 (diff)
parentc817f12a9f5034a05abec4d2515adabd003f9ac0 (diff)
downloadpelican-themes-e57f033958f8e653ba57252a2ee3d533ec59c571.tar.gz
Merge pull request #372 from adamatan/master
Use HTTPS for Disqus requests
Diffstat (limited to 'notmyidea-cms')
-rw-r--r--notmyidea-cms/templates/article.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmyidea-cms/templates/article.html b/notmyidea-cms/templates/article.html
index 1d869c0..240958b 100644
--- a/notmyidea-cms/templates/article.html
+++ b/notmyidea-cms/templates/article.html
@@ -18,7 +18,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>