Sha256: 690cbc5321f18d61b9636fc5523dbb4807c6f648f7852128bfad08046003e54f
Contents?: true
Size: 419 Bytes
Versions: 13
Compression:
Stored size: 419 Bytes
Contents
<% content_for :meta_title, Setting.first.try(:company_name) %> <% content_for :meta_description, "#{Setting.first.try(:blog_tagline)} - #{Setting.first.try(:company_name)}#{t('colon')} #{t('blog.official')}" %> <% content_for :canonical_link, link_to('', blog_path, rel: 'canonical') %> <% for post in @posts %> <%= render '/pages/individual_blog_post_in_list', post: post %> <% end %> <%= will_paginate @posts %>
Version data entries
13 entries across 13 versions & 1 rubygems