Sha256: bd0785135290a5fd53ccc7bdbb420b2c126182694d85f30c0f5e4fda1571162a
Contents?: true
Size: 656 Bytes
Versions: 18
Compression:
Stored size: 656 Bytes
Contents
<% if @page %> <meta charset="utf-8"> <title><%= page_title prefix: local_assigns.fetch(:title_prefix, nil), separator: local_assigns.fetch(:title_separator, nil) %></title> <%= tag(:meta, name: 'created', content: @page.updated_at) %> <%= tag(:meta, name: 'robots', content: meta_robots) %> <%= tag(:meta, name: 'description', content: meta_description, lang: @page.language_code) if meta_description.present? %> <%= tag(:meta, name: 'keywords', content: meta_keywords, lang: @page.language_code) if meta_keywords.present? %> <%= auto_discovery_link_tag(:rss, show_alchemy_page_url(@page, format: :rss)) if @page.contains_feed? %> <% end %>
Version data entries
18 entries across 18 versions & 1 rubygems