diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-12-10 10:50:16 -0600 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-12-10 12:49:29 -0600 |
commit | 738a284399849e67f311a6bc229de132f451a711 (patch) | |
tree | e4b6d9a457e24b0f8863ab8269eefae72639a7be /.themes/classic/source | |
parent | e220fcc610a98d9be4ff801c834cca705bd8737c (diff) | |
download | my_new_personal_website-738a284399849e67f311a6bc229de132f451a711.tar.xz my_new_personal_website-738a284399849e67f311a6bc229de132f451a711.zip |
removed size restriction on twitter sidebar follow button
Diffstat (limited to '.themes/classic/source')
-rw-r--r-- | .themes/classic/source/_includes/asides/twitter.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/source/_includes/asides/twitter.html b/.themes/classic/source/_includes/asides/twitter.html index fe4eda6a..bab5de47 100644 --- a/.themes/classic/source/_includes/asides/twitter.html +++ b/.themes/classic/source/_includes/asides/twitter.html @@ -11,7 +11,7 @@ </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 %} |