Skip to content

Commit

Permalink
removed size restriction on twitter sidebar follow button
Browse files Browse the repository at this point in the history
  • Loading branch information
imathis committed Dec 10, 2011
1 parent e220fcc commit 738a284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .themes/classic/source/_includes/asides/twitter.html
Expand Up @@ -11,7 +11,7 @@ <h1>Latest Tweets</h1>
</script>
<script src="{{ root_url }}/javascripts/twitter.js" type="text/javascript"> </script>
{% if site.twitter_follow_button %}
<a href="http://twitter.com/{{ site.twitter_user }}" class="twitter-follow-button" data-width="208px" data-show-count="{{ site.twitter_show_follower_count }}">Follow @{{ site.twitter_user }}</a>
<a href="http://twitter.com/{{ site.twitter_user }}" class="twitter-follow-button" data-show-count="{{ site.twitter_show_follower_count }}">Follow @{{ site.twitter_user }}</a>
{% else %}
<p>Follow <a href="http://twitter.com/{{site.twitter_user}}">@{{ site.twitter_user }}</a></p>
{% endif %}
Expand Down

0 comments on commit 738a284

Please sign in to comment.