templates/project/index.html.haml in html5-boilerplate-0.1.3 vs templates/project/index.html.haml in html5-boilerplate-0.1.4
- old
+ new
@@ -25,11 +25,11 @@
-# Place favicon.ico and apple-touch-icon.png in the root of your domain and delete these references
%link{:href => "/favicon.ico", :rel => "shortcut icon"}/
%link{:href => "/apple-touch-icon.png", :rel => "apple-touch-icon"}/
-# CSS : implied media="all"
- %link{:href => "css/style.css?v=1", :rel => "stylesheet"}/
+ %link{:href => "css/style.css?v=1", :media => "all", :rel => "stylesheet"}/
-# For the less-enabled mobile browsers like Opera Mini
%link{:href => "css/handheld.css?v=1", :media => "handheld", :rel => "stylesheet"}/
-# All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects
@@ -74,6 +74,6 @@
s = d.getElementsByTagName(t)[0];
g.async = true;
g.src = '//www.google-analytics.com/ga.js';
s.parentNode.insertBefore(g, s);
})(document, 'script');
-
\ No newline at end of file
+