Change site url and disqus script urls protocol to https

This commit is contained in:
2016-04-27 22:46:10 +01:00
parent ffa370e150
commit bf6e19514e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# location
absolute: http://csbnw.no-ip.org:3838
absolute: https://csbnw.no-ip.org:3838
baseurl: .
asset_prefix: /asset
static_prefix: /static

View File

@@ -9,7 +9,7 @@
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);
})();
</script>