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