Sha256: 78da101773337e83760d1319021fa6800f65718573c7c87c342bff8743c16b92

Contents?: true

Size: 715 Bytes

Versions: 1

Compression:

Stored size: 715 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">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <!-- Use title if it's in the page YAML frontmatter -->
    <title><%= current_page.data.title || "The Middleman" %></title>
    <link rel="shortcut icon" href="favicon.ico" />    
    <%= stylesheet_link_tag "all" %>
    <%= javascript_include_tag  "all" %>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  </head>
  
  <body class="<%= page_classes %>">
    <%= yield %>
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
refills-0.0.1 source/layouts/layout.erb