Sha256: 761a30bd5dd8182521a47b45ae4d35dbf20dd548de7195cf3446f4f184912437
Contents?: true
Size: 771 Bytes
Versions: 13
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="<%= sufia.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
13 entries across 13 versions & 1 rubygems