You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			20 lines
		
	
	
		
			799 B
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			20 lines
		
	
	
		
			799 B
		
	
	
	
		
			HTML
		
	
{% if site.twitter_user %}
 | 
						|
<section>
 | 
						|
  <h1>Latest Tweets</h1>
 | 
						|
  <ul id="tweets">
 | 
						|
    <li class="loading">Status updating...</li>
 | 
						|
  </ul>
 | 
						|
  <script type="text/javascript">
 | 
						|
    $.domReady(function(){
 | 
						|
      getTwitterFeed("{{site.twitter_user}}", {{site.twitter_tweet_count}}, {{site.twitter_show_replies}});
 | 
						|
    });
 | 
						|
  </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>
 | 
						|
  {% else %}
 | 
						|
    <p>Follow <a href="http://twitter.com/{{site.twitter_user}}">@{{ site.twitter_user }}</a></p>
 | 
						|
  {% endif %}
 | 
						|
</section>
 | 
						|
{% endif %}
 |