From a27567be7ea82f69e5d013fb041c14fbd48869ee Mon Sep 17 00:00:00 2001
From: davpal <paluchdaw@gmail.com>
Date: Mon, 7 Oct 2019 14:28:32 +0200
Subject: [PATCH] Fix disqus comments src address

---
 index.pl.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.pl.html b/index.pl.html
index d69f0a75..7157d3c4 100644
--- a/index.pl.html
+++ b/index.pl.html
@@ -291,7 +291,7 @@ <h2>komentarze</h2>
             /* * * DON'T EDIT BELOW THIS LINE * * */
             (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);
             })();
         </script>