1
0
Fork 0
forked from github/pelican

use // instead of explicitly defining http

for twitter as well

update sample output
This commit is contained in:
Jon Chen 2013-10-24 14:36:03 -04:00
commit 9331e42ee1
39 changed files with 52 additions and 52 deletions

View file

@ -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>