<% @title = "#{site_name} blog and tweets" %>

<%=@title %>

twitter icon Follow us on twitter  RSS icon Subscribe to blog <% if !@twitter_user.empty? %>
<% end %>
<% for item in @blog_items: %>

<%=h item['title'] %>

Posted on <%= simple_date(Time.parse(item['pubDate'][0])) %> by <%=h item['creator'] %>

<%= item['encoded'] %>

<%=item['comments'][1]%> comments

<% end %>

All blog posts