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

<%= article_index.psttitle %>

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

<% end %>