<%= (controller.action_name.include? 'permalink') ? article.title : link_to_permalink(article,article.title) %>

Posted by <%= author_link(article) %> <%= js_distance_of_time_in_words_to_now article.published_at %>
<%= simple_format article.html(:body) %> <% if article.extended? -%>
<% if controller.action_name == 'index' -%>

<%= link_to_permalink article,"Continue reading..." %>

<% else -%> <%= simple_format article.html(:extended) %> <% end -%>
<% 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 %>