Sha256: dfdd9eaf6f65620323114933dd24fffa059478fa862e33c8001b1fc717a298b8

Contents?: true

Size: 419 Bytes

Versions: 3

Compression:

Stored size: 419 Bytes

Contents

<!doctype html>
<html>
  <head>
    <meta charset="utf-8">

    <!-- 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>

  </head>

  <body class="<%= page_classes %>">
    <%= yield %>
  </body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
middleman-remover-1.1.0 fixtures/basic-app/source/layouts/layout.erb
middleman-remover-1.0.1 fixtures/basic-app/source/layouts/layout.erb
middleman-remover-1.0.0 fixtures/basic-app/source/layouts/layout.erb