<% if controller.action_name == 'index' -%>
<% end -%>
<%= link_to_permalink article,"Continue reading..." %>
<% else -%> <%= simple_format article.html(:extended) %> <% end -%><%= link_to_permalink article,"Continue reading..." %>
<% else -%> <%= simple_format article.html(:extended) %> <% end -%><%= content_tag(:span, category_links(article) << ' | ', :class => 'categories') unless article.categories.empty? %> <%= comments_link(article) << ' | ' if article.allow_comments? %> <% if controller.controller_name == 'articles' and controller.action_name == 'show' %> <%= content_tag(:span, tag_links(article) << ' | ', :class => 'tags') unless article.tags.empty? %> atom <% end %>