Sha256: 5083efd4ef997ce49534c93dc9ff1838b757512fe1d02388b734e610894d7383

Contents?: true

Size: 676 Bytes

Versions: 9

Compression:

Stored size: 676 Bytes

Contents

<meta charset='<%= Rails.application.config.encoding %>' />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><![endif]-->
<title><%= browser_title(yield(:title)) %></title>
<%= tag(:meta, name: 'description', content: @meta.meta_description) if @meta.meta_description.present? -%>
<%= tag(:link, href: request.protocol+request.host_with_port+@canonical, rel: 'canonical') if @canonical.present? -%>
<%= csrf_meta_tags if Refinery::Core.authenticity_token_on_frontend -%>
<%= yield :meta %>

<%= stylesheet_link_tag "application" %>
<%= yield :stylesheets %>

<%= render '/refinery/google_analytics' %>

<%= javascript_include_tag 'modernizr-min' %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
refinerycms-core-4.0.3 app/views/refinery/_head.html.erb
refinerycms-core-4.0.2 app/views/refinery/_head.html.erb
refinerycms-core-4.0.1 app/views/refinery/_head.html.erb
refinerycms-core-3.0.6 app/views/refinery/_head.html.erb
refinerycms-core-4.0.0 app/views/refinery/_head.html.erb
refinerycms-core-3.0.5 app/views/refinery/_head.html.erb
refinerycms-core-3.0.4 app/views/refinery/_head.html.erb
refinerycms-core-3.0.3 app/views/refinery/_head.html.erb
refinerycms-core-3.0.2 app/views/refinery/_head.html.erb