2011-07-19 22:28:48 -04:00
|
|
|
{% if site.twitter_user %}
|
|
|
|
<section>
|
|
|
|
<h1>Latest Tweets</h1>
|
2012-06-05 17:09:26 -04:00
|
|
|
<ul id="tweets" data-user="{{site.twitter_user}}" data-count="{{site.twitter_tweet_count}}" data-replies="{{site.twitter_show_replies}}">
|
2011-07-19 22:28:48 -04:00
|
|
|
<li class="loading">Status updating...</li>
|
|
|
|
</ul>
|
|
|
|
{% if site.twitter_follow_button %}
|
2012-09-06 11:54:40 -04:00
|
|
|
<a href="//twitter.com/{{ site.twitter_user }}" class="twitter-follow-button" data-show-count="{{ site.twitter_show_follower_count }}">Follow @{{ site.twitter_user }}</a>
|
2011-07-19 22:28:48 -04:00
|
|
|
{% else %}
|
2012-09-06 11:54:40 -04:00
|
|
|
<p>Follow <a href="//twitter.com/{{site.twitter_user}}">@{{ site.twitter_user }}</a></p>
|
2011-07-19 22:28:48 -04:00
|
|
|
{% endif %}
|
|
|
|
</section>
|
|
|
|
{% endif %}
|