<%= image_tag @blogpost.header_img_url, class: "border-radius-top" %>
< <%= category.name %> />
<%= @blogpost.title %>
<% if @blogpost.tags.count > 0 %>
<% @blogpost.tags.each do |tag| %>
<% next if tag.empty? %>
#<%= tag == "Objective_C" ? "Objective-C" : tag.downcase %>
<% end %>
<% end %>
<% if @blogpost.updated_at.present? %>
Last updated on <%= @blogpost.updated_at.strftime('%b %d, %Y') %>
<% end %><%= raw @blogpost.content %>