From 964ef43e6352b34006644b5feca53eec4f42f2d2 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Thu, 16 Aug 2018 10:19:45 -0700 Subject: [PATCH] Be more protocol friendly with disqus --- _layouts/post.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 986b40c..6d7f381 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -34,11 +34,11 @@ layout: default var disqus_shortname = 'unethicalblogger'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; + dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); } - -comments powered by Disqus + +comments powered by Disqus