Sha256: f3eb2eb9faa411931bc51b8178980afc138b5c10dd440539bc27b4109215a840
Contents?: true
Size: 514 Bytes
Versions: 45
Compression:
Stored size: 514 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 "normalize", "all" %> <%= javascript_include_tag "all" %> </head> <body class="<%= page_classes %>"> <%= yield %> </body> </html>
Version data entries
45 entries across 45 versions & 4 rubygems