Sha256: ce87d9eb0f4698c7104b6bf942d7426f052c7bb75e73027b3c0c058d1e8e6587

Contents?: true

Size: 1007 Bytes

Versions: 10

Compression:

Stored size: 1007 Bytes

Contents

<% theme ||= false -%>
<head>
  <title><%= browser_title(yield(:title)) %></title>
  <link rel="shortcut icon" href="/favicon.ico" />
  <meta charset='<%= Refinery::Application.config.encoding %>' />
  <%= csrf_meta_tag %>
  <%= render(:partial => '/shared/html5_for_ie.js').html_safe if request.env['HTTP_USER_AGENT'] =~ /MSIE/ %>
  <%= render :partial => 'shared/google_analytics' unless local_request? %>
  <%= stylesheet_link_tag "application", "formatting", :theme => theme %>
  <%= stylesheet_link_tag "theme" %>
  <%= stylesheet_link_tag "home", :theme => theme if home_page? %>
  <%= "<!--[if IE 7]>#{stylesheet_link_tag 'ie7'}<![endif]-->".html_safe if request.env['HTTP_USER_AGENT'] =~ /MSIE/ -%>
  <%= "<meta name=\"keywords\" content=\"#{@meta.meta_keywords}\" />".html_safe if @meta.meta_keywords.present? %>
  <%= "<meta name=\"description\" content=\"#{@meta.meta_description}\" />".html_safe if @meta.meta_description.present? -%>
  <%= yield :head_libraries %>
  <%= yield :head %>
</head>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
refinerycms-0.9.8.9 vendor/refinerycms/core/app/views/shared/_head.html.erb
refinerycms-0.9.8.8 vendor/refinerycms/core/app/views/shared/_head.html.erb
refinerycms-0.9.8.7 vendor/refinerycms/core/app/views/shared/_head.html.erb
refinerycms-0.9.8.6 vendor/refinerycms/core/app/views/shared/_head.html.erb
refinerycms-0.9.8.5 vendor/refinerycms/core/app/views/shared/_head.html.erb
refinerycms-0.9.8.4 vendor/refinerycms/core/app/views/shared/_head.html.erb
refinerycms-0.9.8.3 vendor/refinerycms/core/app/views/shared/_head.html.erb
refinerycms-0.9.8.2 vendor/refinerycms/core/app/views/shared/_head.html.erb
refinerycms-0.9.8.1 vendor/refinerycms/core/app/views/shared/_head.html.erb
refinerycms-0.9.8 vendor/refinerycms/core/app/views/shared/_head.html.erb