fixtures/server-app/source/layouts/layout.erb in middleman-robots-1.3.0 vs fixtures/server-app/source/layouts/layout.erb in middleman-robots-1.3.1
- old
+ new
@@ -6,12 +6,9 @@
<!-- Always force latest IE rendering engine or request Chrome Frame -->
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<!-- Use title if it's in the page YAML frontmatter -->
<title><%= current_page.data.title || "The Middleman" %></title>
-
- <%= stylesheet_link_tag "normalize", "all" %>
- <%= javascript_include_tag "all" %>
</head>
<body class="<%= page_classes %>">
<%= yield %>
</body>