Sha256: 1f2d7b10497be6d0f5a0c9f79493546bc742ff4100da3e9ec5f3012410e65dc7
Contents?: true
Size: 510 Bytes
Versions: 9
Compression:
Stored size: 510 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
9 entries across 8 versions & 1 rubygems