Sha256: b504b550c71e0dc5d3ebffe95faeabda6b3818396f0bddb8ef6a245130634083

Contents?: true

Size: 1.12 KB

Versions: 18

Compression:

Stored size: 1.12 KB

Contents

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title><%= site.meta.title %> - <%= title %></title>
    <meta name="author" content="<%= site.meta.author %>">
    <link href="css/bootstrap.min.css" rel="stylesheet">
    <link href="./rss.xml" rel="alternate" type="application/rss+xml" />
    <style type="text/css">
      body {
        padding-bottom: 40px;
        padding-top: 60px;
      }
    </style>
    <%= meta_tags %>
  </head>
  <body>
    <div class="navbar navbar-fixed-top">
      <div class="navbar-inner">
        <div class="container">
          <a class="brand" href="#"><%= site.meta.title %></a>
          <ul class="nav">
            <li class="active"><a href="index.html">Home</a></li>
            <li><a href="rss.xml">RSS</a></li>
          </ul>
        </div>
      </div>
    </div>

    <div class="container">
      <%= yield %>
      <hr>
      <footer>
        <p>
          Built with love by <a href="http://platerb.com">Plate</a>.
          Styles provided by <a href="http://twitter.github.com/bootstrap">Twitter Bootstrap</a>.
        </p>
      </footer>
    </div>
  </body>
</html>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
plate-0.7.8 lib/templates/layout.html.erb
plate-0.7.7 lib/templates/layout.html.erb
plate-0.7.6 lib/templates/layout.html.erb
plate-0.7.5 lib/templates/layout.html.erb
plate-0.7.4 lib/templates/layout.html.erb
plate-0.7.3 lib/templates/layout.html.erb
plate-0.7.2 lib/templates/layout.html.erb
plate-0.7.1 lib/templates/layout.html.erb
plate-0.7.0 lib/templates/layout.html.erb
plate-0.7.0.pre5 lib/templates/layout.html.erb
plate-0.7.0.pre4 lib/templates/layout.html.erb
plate-0.7.0.pre3 lib/templates/layout.html.erb
plate-0.7.0.pre2 lib/templates/layout.html.erb
plate-0.7.0.pre lib/templates/layout.html.erb
plate-0.6.3 lib/templates/layout.html.erb
plate-0.6.2 lib/templates/layout.html.erb
plate-0.6.1 lib/templates/layout.html.erb
plate-0.6.0 lib/templates/layout.html.erb