From 08068b77c37f9b3a8a2a1a2511003af379718c77 Mon Sep 17 00:00:00 2001 From: Elias Ojala Date: Fri, 4 May 2018 15:08:29 +0300 Subject: [PATCH] Disqus --- docs/_layouts/post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_layouts/post.html b/docs/_layouts/post.html index 264befe9..54dcea10 100644 --- a/docs/_layouts/post.html +++ b/docs/_layouts/post.html @@ -21,10 +21,10 @@ bodyclass: post-page (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = 'http://' + 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); })(); -comments powered by Disqus +comments powered by Disqus