Sha256: 921dd706e0bdffc0d18d5deb080e391029345cae87e78622b58718ec4f520c69

Contents?: true

Size: 656 Bytes

Versions: 23

Compression:

Stored size: 656 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') %>

<%= will_paginate @posts, inner_window: 2 %>

<% for post in @posts %>
	<%= render '/pages/individual_blog_post_in_list', post: post %>
<% end %>

<%= will_paginate @posts, inner_window: 2 %>

<%= render 'all_tags_list' %>
<%= render( 'admin_context_menu', page: @page) %>
<%# partial in tkh_menus gem or has to be added in host app %>
<%= render './shared/menus' %>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
tkh_content-0.10.10 app/views/blog/index.html.erb
tkh_content-0.10.9 app/views/blog/index.html.erb
tkh_content-0.10.8 app/views/blog/index.html.erb
tkh_content-0.10.7 app/views/blog/index.html.erb
tkh_content-0.10.6 app/views/blog/index.html.erb
tkh_content-0.10.5.1 app/views/blog/index.html.erb
tkh_content-0.10.5 app/views/blog/index.html.erb
tkh_content-0.10.4 app/views/blog/index.html.erb
tkh_content-0.10.3 app/views/blog/index.html.erb
tkh_content-0.10.2 app/views/blog/index.html.erb
tkh_content-0.10.1 app/views/blog/index.html.erb
tkh_content-0.10 app/views/blog/index.html.erb
tkh_content-0.9.20 app/views/blog/index.html.erb
tkh_content-0.9.19 app/views/blog/index.html.erb
tkh_content-0.9.18 app/views/blog/index.html.erb
tkh_content-0.9.17 app/views/blog/index.html.erb
tkh_content-0.9.16 app/views/blog/index.html.erb
tkh_content-0.9.15 app/views/blog/index.html.erb
tkh_content-0.9.14 app/views/blog/index.html.erb
tkh_content-0.9.13 app/views/blog/index.html.erb