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

@ -1,3 +1,3 @@
{% if TWITTER_USERNAME %}
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="{{TWITTER_USERNAME}}">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
{% endif %}
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="{{TWITTER_USERNAME}}">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
{% endif %}