Sha256: cb409c271c9c5dcc77578aaf54c7df25dc77cbbc112b25f9c65cceedd9d75ee6
Contents?: true
Size: 1 KB
Versions: 11
Compression:
Stored size: 1 KB
Contents
<% theme ||= false -%> <head> <title><%= browser_title(yield(:title)) %></title> <%= render :partial => 'shared/google_analytics' unless local_request? %> <%= "<!--[if lt IE 9]>#{javascript_include_tag('http://html5shiv.googlecode.com/svn/trunk/html5.js')}<![endif]-->".html_safe if request.env['HTTP_USER_AGENT'] =~ /MSIE/ %> <%= 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]-->" if request.env['HTTP_USER_AGENT'] =~ /MSIE/ -%> <link rel="shortcut icon" href="/favicon.ico" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <%= "<meta name=\"keywords\" content=\"#{@meta.meta_keywords}\" />" if @meta.meta_keywords.present? %> <%= "<meta name=\"description\" content=\"#{@meta.meta_description}\" />" if @meta.meta_description.present? -%> <%= yield :head_libraries %> <%= yield :head %> </head>
Version data entries
11 entries across 11 versions & 1 rubygems