<% phc_title "PHCNetworks Blog" %> <% phc_title_tagline "News & Information" %>
<% @articles_index.each do |frontend_article| %>
<% if frontend_article.pstimage? %>
<%= link_to phcpress.frontend_article_path(frontend_article) do %> <%= image_tag frontend_article.pstimage_url, class: "img-responsive" %> <% end %>
<% end %>

<%= link_to frontend_article.psttitle, phcpress.frontend_article_path(frontend_article) %>

<%= truncate(frontend_article.psttext, :length => 420, :escape => false) %>
<% end %>