Sha256: c016e9fe2c47de76bc75573642c35b615e0d73639e5d77f7be61d875f15da4ba
Contents?: true
Size: 500 Bytes
Versions: 1
Compression:
Stored size: 500 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><%= data.page.title || "The Middleman" %></title> <%= stylesheet_link_tag "all" %> <%= javascript_include_tag "all" %> </head> <body class="<%= page_classes %>"> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
middleman-3.0.0.alpha.6 | lib/middleman/templates/default/source/layouts/layout.erb |