Sha256: 8303ead2cebc877e8b7f6c203c4b1ef1036393e5049cd0654476a378c4c7e262

Contents?: true

Size: 310 Bytes

Versions: 5

Compression:

Stored size: 310 Bytes

Contents

<% content_for :meta_title, Setting.first.company_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

5 entries across 5 versions & 1 rubygems

Version Path
tkh_content-0.3.1 app/views/blog/index.html.erb
tkh_content-0.3 app/views/blog/index.html.erb
tkh_content-0.2.1 app/views/blog/index.html.erb
tkh_content-0.2 app/views/blog/index.html.erb
tkh_content-0.1.15 app/views/blog/index.html.erb