forked from github/pelican
use // instead of explicitly defining http
for twitter as well update sample output
This commit is contained in:
parent
effac994db
commit
9331e42ee1
39 changed files with 52 additions and 52 deletions
|
|
@ -130,7 +130,7 @@ pelican.conf, it ...</p></div>
|
|||
(function () {
|
||||
var s = document.createElement('script'); s.async = true;
|
||||
s.type = 'text/javascript';
|
||||
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
|
||||
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
|
||||
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
|
||||
}());
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue