Sha256: 3c4fd595241a9c94bd60eba2ae5ea9a5ee6acc4798f1591d18a295a25cc9f737

Contents?: true

Size: 824 Bytes

Versions: 9

Compression:

Stored size: 824 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' %>
<%= tinymce_assets if can? :update, ContentBlock %>


<!-- Google Analytics -->
<%= render partial: '/ga', formats: [:html] %>

<!-- for extras, e.g., a favicon -->
<%= render partial: '/head_tag_extras', formats: [:html] %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hyrax-1.1.1 app/views/layouts/_head_tag_content.html.erb
hyrax-1.1.0 app/views/layouts/_head_tag_content.html.erb
hyrax-1.0.5 app/views/layouts/_head_tag_content.html.erb
hyrax-1.0.4 app/views/layouts/_head_tag_content.html.erb
hyrax-1.0.3 app/views/layouts/_head_tag_content.html.erb
hyrax-1.0.2 app/views/layouts/_head_tag_content.html.erb
hyrax-1.0.1 app/views/layouts/_head_tag_content.html.erb
hyrax-1.0.0.rc2 app/views/layouts/_head_tag_content.html.erb
hyrax-1.0.0.rc1 app/views/layouts/_head_tag_content.html.erb