lib/generators/bootswatch/layout/templates/layout.html.haml in twitter-bootswatch-rails-2.3.2.8 vs lib/generators/bootswatch/layout/templates/layout.html.haml in twitter-bootswatch-rails-3.0.0.0
- old
+ new
@@ -9,14 +9,9 @@
/ Le HTML5 shim, for IE6-8 support of HTML elements
/[if lt IE 9]
= javascript_include_tag "http://html5shim.googlecode.com/svn/trunk/html5.js"
= stylesheet_link_tag "<%= config[:theme_name] %>", :media => "all"
= yield(:page_stylesheet) if content_for?(:page_stylesheet)
- %link(href="images/apple-touch-icon-144x144.png" rel="apple-touch-icon-precomposed" sizes="144x144")
- %link(href="images/apple-touch-icon-114x114.png" rel="apple-touch-icon-precomposed" sizes="114x114")
- %link(href="images/apple-touch-icon-72x72.png" rel="apple-touch-icon-precomposed" sizes="72x72")
- %link(href="images/apple-touch-icon.png" rel="apple-touch-icon-precomposed")
- %link(href="images/favicon.ico" rel="shortcut icon")
%body
= yield