Sha256: 8c4ce6447900a38520136ab712dd38d00b227ff5a1e3df8e8c4efb3b4ac30fd1
Contents?: true
Size: 307 Bytes
Versions: 6
Compression:
Stored size: 307 Bytes
Contents
<% content_for :meta_title, Setting.first.blog_name %> <%= content_for :meta_description, "#{Setting.first.blog_tagline} - #{Setting.first.company_name}: the official blog" %> <% for post in @posts %> <%= render '/pages/individual_blog_post_in_list', post: post %> <% end %> <%= will_paginate @posts %>
Version data entries
6 entries across 6 versions & 1 rubygems