Sha256: 0e39c4c846fbbc6742203271070b0c3101544e7c27d29183e232c2e32fc690ad
Contents?: true
Size: 705 Bytes
Versions: 117
Compression:
Stored size: 705 Bytes
Contents
<% if @page %> <meta charset="utf-8"> <title><%= page_title prefix: local_assigns.fetch(:title_prefix, nil), suffix: local_assigns.fetch(:title_suffix, 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
117 entries across 117 versions & 1 rubygems