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