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
|
|
@ -23,7 +23,7 @@
|
|||
var disqus_url = "{{ SITEURL }}/{{ article.url }}";
|
||||
(function() {
|
||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
||||
dsq.src = 'http://{{ DISQUS_SITENAME }}.disqus.com/embed.js';
|
||||
dsq.src = '//{{ DISQUS_SITENAME }}.disqus.com/embed.js';
|
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
||||
})();
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue