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