...
|
...
|
@@ -11,7 +11,7 @@
|
11
|
11
|
</script>
|
12
|
12
|
<script src="{{ root_url }}/javascripts/twitter.js" type="text/javascript"> </script>
|
13
|
13
|
{% if site.twitter_follow_button %}
|
14
|
|
- <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>
|
|
14
|
+ <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>
|
15
|
15
|
{% else %}
|
16
|
16
|
<p>Follow <a href="http://twitter.com/{{site.twitter_user}}">@{{ site.twitter_user }}</a></p>
|
17
|
17
|
{% endif %}
|