--- html5-boilerplate/index.html 2011-09-07 08:09:48.553576001 +0200
+++ lib/generators/boilerplate/install/templates/index.html 2011-09-07 14:27:27.485576001 +0200
@@ -12,7 +12,7 @@
More info: h5bp.com/b/378 -->
-
+ <%= application_name %>
@@ -21,43 +21,24 @@
-
-
+ <%%= stylesheet_link_tag "application" %>
+
-
+ <%%= javascript_include_tag "modernizr" %>
-
-
+ <%%= yield %>
-
-
-
-
-
-
-
-
-
-
+
+ <%%= javascript_include_tag "application" %>