Sha256: 91ded1ecd77079accf507cc00aa87634d9093189a2649cd87d0a451e03528bd5
Contents?: true
Size: 509 Bytes
Versions: 6
Compression:
Stored size: 509 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
6 entries across 6 versions & 3 rubygems