2014-01-16 10:15:00 +00:00
|
|
|
<% if @site.favicon%>
|
|
|
|
<link rel="shortcut icon" href="<%= @site.favicon %>">
|
|
|
|
<% else %>
|
|
|
|
<link rel="shortcut icon" href="<%= asset_path 'favicon.ico' %>">
|
|
|
|
<% end %>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
2014-06-25 06:57:49 +00:00
|
|
|
<% if @site.meta_viewport %>
|
2014-01-16 10:15:00 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
|
2014-06-25 06:57:49 +00:00
|
|
|
<% end %>
|
2014-01-16 10:15:00 +00:00
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|