<%= post.title %>
<%= wiki_content(post.summary, post) %>
<% if post.content %> <%= t('read more')%> <% end %> <% end %><%= t('Things we blog about')%>
-
<% if params[:category] %>
- <%= t('All things')%> <% end %> <% @categories.each do |cat| %>
- <%= cat.title %> <% end %>
<%= t('Places we have blogged about')%>
-
<% if params[:place] %>
- <%= t('All places')%> <% end %> <% @places.each do |place| %>
- <%= truncate(place.show_title, :length => 64) %> <% end %>