Sha256: ffd5e6ec74d6d120d09b91d2725bd85dfdca3b3512a8231237852d18acc2da1a
Contents?: true
Size: 771 Bytes
Versions: 1
Compression:
Stored size: 771 Bytes
Contents
<%= csrf_meta_tag %> <meta charset="utf-8" /> <!-- added for use on small devices like phones --> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link rel="resourcesync" href="<%= hyrax.capability_list_url %>"/> <!-- Twitter card metadata --> <%= yield :twitter_meta %> <!-- Google Scholar metadata --> <%= yield :gscholar_meta %> <title><%= content_for?(:page_title) ? yield(:page_title) : default_page_title %></title> <!-- application css --> <%= stylesheet_link_tag 'application' %> <!-- application js --> <%= javascript_include_tag 'application' %> <!-- Google Analytics --> <%= render partial: '/ga', formats: [:html] %> <!-- for extras, e.g., a favicon --> <%= render partial: '/head_tag_extras', formats: [:html] %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
test_hyrax-0.0.1.alpha | app/views/layouts/_head_tag_content.html.erb |