<%= link_to_permalink article,"Continue reading..." %>
<%= article.html(:extended) %>
<% end %>
<%= link_to_permalink article,"Continue reading..." %>
<%= 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 %>