From db9f0cade09442fe27bd70c0f4ab647a3441391d Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 9 Feb 2017 16:53:02 +0100 Subject: [PATCH] Go https --- _includes/disqus.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/disqus.html b/_includes/disqus.html index eb3652e..17ed296 100644 --- a/_includes/disqus.html +++ b/_includes/disqus.html @@ -5,10 +5,10 @@ var disqus_developer = 0; // developer mode is on (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 - \ No newline at end of file +