app/views/layouts/govuk_template.html.erb in govuk_template-0.8.1 vs app/views/layouts/govuk_template.html.erb in govuk_template-0.9.0
- old
+ new
@@ -39,17 +39,17 @@
<script src="<%= asset_path "ie.js" %>" type="text/javascript"></script>
<![endif]-->
<link rel="shortcut icon" href="<%= asset_path 'favicon.ico' %>" type="image/x-icon" />
- <!-- For third-generation iPad with high-resolution Retina display: -->
- <link rel="apple-touch-icon-precomposed" sizes="144x144" href="<%= asset_path "apple-touch-icon-144x144.png" %>">
- <!-- For iPhone with high-resolution Retina display: -->
- <link rel="apple-touch-icon-precomposed" sizes="114x114" href="<%= asset_path "apple-touch-icon-114x114.png" %>">
- <!-- For first- and second-generation iPad: -->
- <link rel="apple-touch-icon-precomposed" sizes="72x72" href="<%= asset_path "apple-touch-icon-72x72.png" %>">
- <!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
- <link rel="apple-touch-icon-precomposed" href="<%= asset_path "apple-touch-icon-57x57.png" %>">
+ <!-- Size for iPad and iPad mini (high resolution) -->
+ <link rel="apple-touch-icon-precomposed" sizes="152x152" href="<%= asset_path "apple-touch-icon-152x152.png" %>">
+ <!-- Size for iPhone and iPod touch (high resolution) -->
+ <link rel="apple-touch-icon-precomposed" sizes="120x120" href="<%= asset_path "apple-touch-icon-120x120.png" %>">
+ <!-- Size for iPad 2 and iPad mini (standard resolution) -->
+ <link rel="apple-touch-icon-precomposed" sizes="76x76" href="<%= asset_path "apple-touch-icon-76x76.png" %>">
+ <!-- Default non-defined size, also used for Android 2.1+ devices -->
+ <link rel="apple-touch-icon-precomposed" href="<%= asset_path "apple-touch-icon-60x60.png" %>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image" content="<%= asset_path "opengraph-image.png" %>">
<%= yield :head %>