<% phc_title "PHCNetworks Blog" %> <% phc_title_tagline "News & Information" %>
<% @article_indicies.each do |article_index| %>
<% if article_index.pstimage? %>
<%= link_to phcpresspro.frontend_index_path do %> <%= image_tag article_index.pstimage_url, class: "img-responsive" %> <% end %>
<% end %>

<%= link_to article_index.psttitle, phcpresspro.frontend_index_path %>

<%= truncate(article_index.psttext, :length => 80) %>
<% end %>