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

Version Path
tkh_content-0.1.14 app/views/blog/index.html.erb
tkh_content-0.1.13 app/views/blog/index.html.erb
tkh_content-0.1.12 app/views/blog/index.html.erb
tkh_content-0.1.11 app/views/blog/index.html.erb
tkh_content-0.1.10 app/views/blog/index.html.erb
tkh_content-0.1.9.3 app/views/blog/index.html.erb